recipe-cancel-and-notify

Cancel Meeting and Notify Attendees

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "recipe-cancel-and-notify" with this command: npx skills add googleworkspace/cli/googleworkspace-cli-recipe-cancel-and-notify

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 json and 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.'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

gws-gmail

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-drive

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-calendar

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

gws-docs

No summary provided by upstream source.

Repository SourceNeeds Review