From google-workspace-cli
Deletes Google Calendar events using gws CLI and sends cancellation emails to attendees via Gmail. Use for automating meeting cancellations after finding event IDs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:recipe-cancel-and-notifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-calendar`, `gws-gmail`
PREREQUISITE: Load the following skills to execute this recipe:
gws-calendar,gws-gmail
Delete a Google Calendar event and send a cancellation email via Gmail.
[!CAUTION] Deleting with sendUpdates sends cancellation emails to all attendees.
gws calendar +agenda --format json and locate the event IDgws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}'gws gmail +send --to attendees --subject 'Meeting Cancelled: [Title]' --body 'Apologies, this meeting has been cancelled.'npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceReschedules Google Calendar events to new times using GWS CLI commands and notifies all attendees. Requires gws-calendar skill.
Manages Google Calendar events via Apps Script API: query today/week/upcoming/range events for availability checks, create events with titles, times, guests, descriptions, and auto-invites.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.