Calendar Delete Event¶
Permanently delete an event from one of the user's real calendars. Heavy per-change consent; always re-prompts because deletion is irreversible.
MCP name: delete_calendar_event
Category: calendar
:warning: Requires consent
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
calendar_id |
str |
Yes | Calendar id the event lives on |
event_id |
str |
Yes | Provider-local event id |
notify |
bool |
No | If true, notify attendees of the cancellation |
Details¶
Deletes an event through the provider seam. Consent is gated in the capability
layer with consent_weight="high" and default_ttl=0, so it re-prompts on every
call — deletion is irreversible. The prompt names the event being deleted (title
+ time in USER_TZ) and escalates when the target calendar is shared.
Requirements¶
- calendar