Setup & Installation
npx skills add https://github.com/googleworkspace/cli --skill gws-calendar
https://github.com/googleworkspace/cli/tree/main/skills/gws-calendar
View on GitHubWhat This Skill Does
A CLI skill for the Google Calendar API. Manages calendars, events, access control rules, and free/busy queries through the `gws` command-line tool.
Running calendar operations from scripts or CI pipelines eliminates the need to click through the Google Calendar UI for bulk or automated tasks.
When to use it
- Querying free/busy slots across multiple calendars before scheduling a meeting
- Creating recurring events with specific attendees and reminders from a script
- Moving events between calendars when ownership or organization changes
- Listing all calendars a user has access to and their sharing permissions
- Checking upcoming events on a schedule as part of an automated workflow