grdev.calendar-cli
0.4.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global grdev.calendar-cli --version 0.4.2
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local grdev.calendar-cli --version 0.4.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=grdev.calendar-cli&version=0.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package grdev.calendar-cli --version 0.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Calendar
calendar is a command-line tool that reads and writes your Google Calendar. It works
across multiple Google accounts and multiple calendars, and lets you control which
calendars show up in your agenda.
Run it with no arguments to see today's schedule:
calendar
Install
dotnet tool install --global grdev.calendar-cli
What it can do
- See your day —
calendar(today) orcalendar entries list --days 7(the week ahead) - Connect accounts —
calendar auth addopens your browser to sign in; add as many Google accounts as you like - Tidy your agenda —
calendar calendars hide <name>and friends control which calendars appear
For contributors
Build steps, project layout, and conventions live in BRIEF.md. Agent and repository conventions live in AGENTS.md.
Versioning
Versions are computed by Nerdbank.GitVersioning
from version.json plus the git height — every commit bumps the patch
automatically. calendar version reports the exact build and commit that is running.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.