recipe-cancel-and-notify
Delete a Google Calendar event and send a cancellation email via Gmail.
Works with
---
name: recipe-cancel-and-notify
description: Delete a Google Calendar event and send a cancellation email via Gmail.
license: Apache-2.0
---
# 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
1. Find the meeting: `gws calendar +agenda --format json` and locate the event ID
2. Delete the event: `gws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}'`
3. Send follow-up: `gws gmail +send --to attendees --subject 'Meeting Cancelled: [Title]' --body 'Apologies, this meeting has been cancelled.'`More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

