Delete a Google Calendar event and send a cancellation email via Gmail.
Install with Tessl CLI
npx tessl i github:googleworkspace/cli --skill recipe-cancel-and-notify76
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillEvaluation — 96%
↑ 5.05xAgent success when using this skill
Validation for skill structure
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.
gws calendar +agenda --format json and locate the event IDgws calendar events delete --params '{"calendarId": "primary", "eventId": "EVENT_ID", "sendUpdates": "all"}'gws gmail +send --to attendees --subject 'Meeting Cancelled: [Title]' --body 'Apologies, this meeting has been cancelled.'6ed836c
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.