recipe-cancel-and-notify
SKILL.md
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.'
Weekly Installs
624
Repository
googleworkspace/cliGitHub Stars
15.9K
First Seen
5 days ago
Security Audits
Installed on
codex608
opencode607
gemini-cli606
cursor606
github-copilot606
kimi-cli605