calendar_delete_event
Delete a calendar event permanently. Use confirm=true to execute, confirmSeries=true for recurring series; without confirm it previews the event.
Instructions
Delete an event. THIS CANNOT BE UNDONE — Google Calendar keeps no trash for events. Without confirm: true it changes nothing and returns the event it would delete, so the decision is made against the real title and time. A recurring series id is refused unless confirmSeries is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Configured Gmail account alias, e.g. work, personal, support. | |
| confirm | No | Must be true to actually delete. | |
| eventId | Yes | Event id, as returned by calendar_list_events. | |
| calendarId | No | Calendar id; defaults to "primary". | |
| sendUpdates | No | Whether Google mails the guests about the cancellation. Defaults to "none". | |
| confirmSeries | No | Required to delete a recurring series, which removes every occurrence. |