CtrlK
BlogDocsLog inGet started
Tessl Logo

recipe-cancel-and-notify

Delete a Google Calendar event and send a cancellation email via Gmail.

76

5.05x
Quality

68%

Does it follow best practices?

Impact

96%

5.05x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/recipe-cancel-and-notify/SKILL.md
SKILL.md
Quality
Evals
Security

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.'
Repository
googleworkspace/cli
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.