How to install recipe-cancel-and-notify
npx skills add null --skill recipe-cancel-and-notifyClaude Code
Cursor
Windsurf
Cline
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
name: recipe-cancel-and-notify version: 1.0.0 description: "Delete a Google Calendar event and send a cancellation email via Gmail." metadata: openclaw: category: "recipe" domain: "scheduling" requires: bins: ["gws"] skills: ["gws-calendar", "gws-gmail"]
Cancel Meeting and Notify Attendees
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.
Steps
- Find the meeting:
gws calendar +agenda --format jsonand locate the event ID - Delete the event:
gws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}' - Send follow-up:
gws gmail +send --to attendees --subject 'Meeting Cancelled: [Title]' --body 'Apologies, this meeting has been cancelled.'
Related skills
More from googleworkspace/cli and the wider catalog.
RE
recipe-collect-form-responses
googleworkspace/cli
Retrieve and review responses from a Google Form.
18k installs
RE
recipe-compare-sheet-tabs
googleworkspace/cli
Compare data across two Google Sheets tabs to identify differences and changes.
18k installs
RE
recipe-copy-sheet-for-new-month
googleworkspace/cli
Duplicate a Google Sheets template tab for a new month of tracking.
18k installsAudited
RE
recipe-create-classroom-course
googleworkspace/cli
Create Google Classroom courses and invite students via command line.
17k installsAudited
RE
recipe-create-doc-from-template
googleworkspace/cli
Copy a Google Docs template, fill in content, and share with collaborators.
18k installsAudited
RE
recipe-create-events-from-sheet
googleworkspace/cli
Bulk-create Google Calendar events from spreadsheet rows.
18k installs