recipe-cancel-and-notify

Delete a Google Calendar event and notify attendees via Gmail.

8|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill recipe-cancel-and-notify-niclasmartinsson-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-cancel-and-notify
Source: https://github.com/niclasmartinsson-sys/google-workspace-cli/tree/main/skills/recipe-cancel-and-notify
Command: npx skills add https://github.com/niclasmartinsson-sys/google-workspace-cli --skill recipe-cancel-and-notify-niclasmartinsson-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Canceling a meeting and notifying attendees is error-prone and time-consuming; this Skill automates both steps to keep everyone informed.

Core Features & Use Cases

  • Cancel a Google Calendar event programmatically
  • Send a cancellation email to all attendees via Gmail
  • Handle prerequisites by loading gws-calendar and gws-gmail

Quick Start

Use this skill to cancel a specific calendar event and email attendees about the cancellation.

Frequently Asked Questions about recipe-cancel-and-notify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I cancel a Google Calendar event and notify attendees automatically?

Cancel a Google Calendar event and notify attendees automatically by deleting the event using its calendarId and eventId, then sending cancellation emails to all participants via Gmail integration with sendUpdates enabled.

Can I use Gmail to send meeting cancellation emails when deleting a calendar event?

Yes, you can use Gmail to send meeting cancellation emails when deleting a calendar event by leveraging the sendUpdates parameter, which propagates the cancellation notification to all attendees through the integrated Gmail service.

What's needed to automate meeting cancellation and attendee notification in a workflow?

Automating meeting cancellation and attendee notification requires gws-calendar and gws-gmail integrations, plus the calendarId, eventId, and sendUpdates parameters to delete the event and propagate the cancellation email to participants.

Does cancelling a calendar event automatically inform all participants?

Cancelling a calendar event automatically informs all participants when the sendUpdates parameter is applied, deleting the Google Calendar event and triggering Gmail notifications to every registered attendee simultaneously.

What is the best way to handle meeting cancellations without manual email follow-up?

The best way to handle meeting cancellations without manual email follow-up is automating both steps: deleting the Google Calendar event programmatically and using Gmail to notify attendees, eliminating error-prone manual updates.

Are there limitations to automating calendar event deletion and attendee emails?

Limitations of automating calendar event deletion and attendee emails include dependency on gws-calendar and gws-gmail integrations, and the requirement of valid calendarId and eventId parameters to successfully cancel and propagate notifications.