Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

gws-calendar

officialworkflows

A CLI skill for the Google Calendar API.

Setup & Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-calendar
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/cli/tree/main/skills/gws-calendar
View on GitHub

What 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