cancel_event
Cancel a scheduled calendar event by providing connection, calendar, and event IDs. Optionally notify attendees of the cancellation. Irreversible action.
Instructions
Cancel (delete) one event. Cannot be undone.
connection_id from list_connections; calendar_id from list_calendars; event_id from get_agenda. notify=True (default) sends a cancellation to the attendees. An unknown event returns an error on Google / Microsoft; iCloud treats an already-deleted event as success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notify | No | ||
| event_id | Yes | ||
| calendar_id | Yes | ||
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||