Delete an event
delete_eventRemove a calendar event from your CalDAV server by ID. For recurring events, choose to delete just one occurrence or the whole series; deletion is permanent and cannot be undone.
Instructions
Removes an event. An occurrence id removes just that occurrence — which iCalendar does by adding an exception date to the series, so the rest of the series is untouched. A series id removes the whole entry. A CalDAV server keeps no history: this cannot be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | An id from a listing tool. Not meant to be built by hand. | |
| scope | No | For a recurring entry: change just this occurrence, or the whole series. Defaults to whichever the id names. Changing a whole series asks first. | |
| confirm_token | No | Token from the first call of this tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| scope | Yes | ||
| deleted | Yes |