delete_event
Permanently remove a calendar event from your server. Provide the event URL and ETag to ensure no conflicting changes occurred before deletion.
Instructions
Permanently delete a calendar event. WARNING: This action cannot be undone — the event is removed from the server immediately. Use only when the user explicitly requests deletion. Obtain the event URL and etag from list_events or calendar_query first. The etag ensures no conflicting changes occurred since the event was last retrieved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_url | Yes | Full URL of the event to delete. Obtain from list_events or calendar_query response. | |
| event_etag | Yes | ETag of the event for conflict detection. Obtain from the same response as the event URL. Ensures no changes were made since retrieval. |