Delete Calendar Event
delete_calendar_eventDeletes an event from the Mac's Calendar app (Calendar.app) by ID. Requires confirm=true. For a repeating event, pass span='future' to delete the whole series (this and all following occurrences); the default deletes only the single occurrence. For Microsoft 365 use m365_delete_event instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| span | No | For a recurring event: 'this' (default — only this occurrence) or 'future' (this and all following occurrences). Ignored for non-recurring events. | |
| confirm | No | Must be true to delete | |
| event_id | Yes | Event identifier from list_calendar_events |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||