gws-calendar
Google Calendar: Manage calendars and events.
Install
git clone https://github.com/googleworkspace/cli /tmp/cli && ln -s /tmp/cli/skills/gws-calendar ~/.claude/skills/gws-calendar
From README
calendar (v3) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Helper Commands | Command | Description | |---------|-------------| | +insert | create a new event | | +agenda | Show upcoming events across all calendars | API Resources acl delete — Deletes an access control rule. get — Returns an access control rule. insert — Creates an access control rule. list — Returns the rules in the access control list for the calendar. patch — Updates an access control rule. This method supports patch semantics. update — Updates an access control rule. watch — Watch for changes to ACL resources. calendarList delete — Removes a calendar from the user's calendar list. get — Returns a calendar from the user's calendar list. insert — Inserts an existing calendar into the user's calendar list. list — Returns the calendars on the user's calendar list. patch — Updates an existing calendar on the user's calendar list.
