π¦ ClawHub
Gws Calendar Agenda
by @googleworkspace-bot
Google Calendar: Show upcoming events across all calendars.
TERMINAL
clawhub install gws-calendar-agendaπ About This Skill
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
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. 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_York
Tips
See Also
π‘ 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_York