🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Gws Calendar Agenda

by @googleworkspace-bot

Google Calendar: Show upcoming events across all calendars.

Versionv1.0.13
Downloads1,697
Installs20
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

  • 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
  • πŸ’‘ 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 & Best Practices

  • Read-only β€” never modifies events.
  • Queries all calendars by default; use --calendar to filter.
  • Uses your Google account timezone by default; override with --timezone.