Loading...
Loading...
Delete a Google Calendar event and send a cancellation email via Gmail.
npx skill4agent add googleworkspace/cli recipe-cancel-and-notifyPREREQUISITE: Load the following skills to execute this recipe:,gws-calendargws-gmail
[!CAUTION] Deleting with sendUpdates sends cancellation emails to all attendees.
gws calendar +agenda --format jsongws 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.'