gws-calendar — All manage calendars and events commands
1---2name: gws-calendar-agenda3description: calendar +agenda4---5# calendar +agenda67> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, stop and repair the declarative skill deployment.89Show upcoming events across all calendars1011## Usage1213```bash14gws calendar +agenda15```1617## Flags1819| Flag | Required | Default | Description |20|------|----------|---------|-------------|21| `--today` | — | — | Show today's events |22| `--tomorrow` | — | — | Show tomorrow's events |23| `--week` | — | — | Show this week's events |24| `--days` | — | — | Number of days ahead to show |25| `--calendar` | — | — | Filter to specific calendar name or ID |26| `--timezone` | — | — | IANA timezone override (e.g. America/Denver). Defaults to Google account timezone. |2728## Examples2930```bash31gws calendar +agenda32gws calendar +agenda --today33gws calendar +agenda --week --format table34gws calendar +agenda --days 3 --calendar 'Work'35gws calendar +agenda --today --timezone America/New_York36```3738## Tips3940- Read-only — never modifies events.41- Queries all calendars by default; use --calendar to filter.42- Uses your Google account timezone by default; override with --timezone.4344## See Also4546- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth47- [gws-calendar](../gws-calendar/SKILL.md) — All manage calendars and events commands
Run npx skillmds@latest add wimpysworld/gws-calendar-agenda in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
calendar +agenda It is listed under Productivity on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
wimpysworld (@wimpysworld) published this skill. Their other Agent Skills are listed on their SkillMD profile.