Delete calendar event
delete_eventDelete an event from iCloud Calendar, either the whole series or a single occurrence. For repeating events, specify the occurrence to remove only that instance or also all subsequent ones.
Instructions
Delete an event. Without occurrence this removes the event, or the whole series if it repeats. For a repeating event, set occurrence to an occurrence's recurrence_id from list_events to delete only that one, and add and_following=true to also delete every occurrence after it (the series then ends before it). Cancellations are not sent to attendees. Check warnings in the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| occurrence | No | ||
| and_following | No | ||
| calendar_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||