delete_calendar_event
Permanently delete a calendar event. Use fetch_calendar_events first to get the event_token. WARNING: This action cannot be undone.
delete_calendar_event
When to use
Permanently delete a calendar event. Use fetch_calendar_events first to get the event_token. WARNING: This action cannot be undone.
Parameters to validate before calling
event_token (string, required) — The event token to delete (UUID format)
Notes
DESTRUCTIVE — IRREVERSIBLE. Always confirm with the user before calling. Explain what will be lost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_token | Yes | The event token to delete (UUID format) |