gws-calendar-agenda
Original:🇺🇸 English
Translated
Google Calendar: Show upcoming events across all calendars.
28.8kinstalls
Sourcegoogleworkspace/cli
Added on
NPX Install
npx skill4agent add googleworkspace/cli gws-calendar-agendaTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →calendar +agenda
PREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
Show upcoming events across all calendars
Usage
bash
gws calendar +agendaFlags
| Flag | Required | Default | Description |
|---|---|---|---|
| — | — | Show today's events |
| — | — | Show tomorrow's events |
| — | — | Show this week's events |
| — | — | Number of days ahead to show |
| — | — | Filter to specific calendar name or ID |
Examples
bash
gws calendar +agenda
gws calendar +agenda --today
gws calendar +agenda --week --format table
gws calendar +agenda --days 3 --calendar 'Work'Tips
- Read-only — never modifies events.
- Queries all calendars by default; use --calendar to filter.
See Also
- gws-shared — Global flags and auth
- gws-calendar — All manage calendars and events commands