
Gws Calendar Agenda
- 39.5k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
gws-calendar-agenda is an agent skill that Google Calendar: Show upcoming events across all calendars.
About
Google Calendar: Show upcoming events across all calendars. --- name: gws-calendar-agenda description: "Google Calendar: Show upcoming events across all calendars." metadata: version: 0.22.5 openclaw: category: "productivity" requires: bins: - gws cliHelp: "gws calendar +agenda --help" --- # calendar +agenda > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Show upcoming events across all calendars ## Usage ```bash gws calendar +agenda ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--today` | - | - | Show today's events | | `--tomorrow` | - | - | Show tomorrow's events | | `--week` | - | - | Show this week's events | | `--days` | - | - | Number of days ahead to show | | `--calendar` | - | - | Filter to specific calendar name or ID | | `--timezone` | - | - | IANA timezone override (e.g. Defaults to Google account timezone. | ## Examples ```bash gws calendar +agenda gws calendar +agenda --today gws calendar +agenda --week --format table gws calendar +agenda --days 3 --calendar 'Work' gws calendar +agenda --to.
- Read-only - never modifies events.
- Queries all calendars by default; use --calendar to filter.
- Uses your Google account timezone by default; override with --timezone.
- [gws-shared](../gws-shared/SKILL.md) - Global flags and auth
- [gws-calendar](../gws-calendar/SKILL.md) - All manage calendars and events commands
Gws Calendar Agenda by the numbers
- 39,472 all-time installs (skills.sh)
- +1,298 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #8 of 2,209 Security skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
gws-calendar-agenda capabilities & compatibility
- Capabilities
- read only — never modifies events. · queries all calendars by default; use calendar · uses your google account timezone by default; ov · [gws shared](../gws shared/skill.md) — global fl · [gws calendar](../gws calendar/skill.md) — all m
- Use cases
- documentation
What gws-calendar-agenda says it does
If missing, run `gws generate-skills` to create it.
- Queries all calendars by default; use --calendar to filter.
- Uses your Google account timezone by default; override with --timezone.
## See Also - [gws-shared](../gws-shared/SKILL.md) — Global flags and auth - [gws-calendar](../gws-calendar/SKILL.md) — All manage calendars and events commands
npx skills add https://github.com/googleworkspace/cli --skill gws-calendar-agendaAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 39.5k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
What problem does gws-calendar-agenda solve for developers using this skill?
Google Calendar: Show upcoming events across all calendars.
Who is it for?
Developers who need gws-calendar-agenda patterns described in the cached skill documentation.
Skip if: Skip when docs are empty or the task is outside the skill's documented scope.
When should I use this skill?
Google Calendar: Show upcoming events across all calendars.
What you get
Actionable workflows and conventions from SKILL.md for gws-calendar-agenda.
- calendar agenda listings
- event time summaries
By the numbers
- Skill metadata version 0.22.5
- Documents --today and --tomorrow agenda filters
Files
calendar +agenda
PREREQUISITE: Read../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Show upcoming events across all calendars
Usage
gws calendar +agendaFlags
| Flag | Required | Default | Description |
|---|---|---|---|
--today | — | — | Show today's events |
--tomorrow | — | — | Show tomorrow's events |
--week | — | — | Show this week's events |
--days | — | — | Number of days ahead to show |
--calendar | — | — | Filter to specific calendar name or ID |
--timezone | — | — | IANA timezone override (e.g. America/Denver). Defaults to Google account timezone. |
Examples
gws calendar +agenda
gws calendar +agenda --today
gws calendar +agenda --week --format table
gws calendar +agenda --days 3 --calendar 'Work'
gws calendar +agenda --today --timezone America/New_YorkTips
- Read-only — never modifies events.
- Queries all calendars by default; use --calendar to filter.
- Uses your Google account timezone by default; override with --timezone.
See Also
- gws-shared — Global flags and auth
- gws-calendar — All manage calendars and events commands
Related skills
How it compares
Prefer gws-calendar-agenda over custom Calendar API scripts when you only need a read-only agenda snapshot inside existing `gws` automation.
FAQ
What does gws-calendar-agenda do?
Google Calendar: Show upcoming events across all calendars.
When should I use gws-calendar-agenda?
Google Calendar: Show upcoming events across all calendars.
Is gws-calendar-agenda safe to install?
Review the Security Audits panel on this page before installing in production.