delete_event
Permanently delete a calendar event by its unique ID. This action is irreversible and removes the event completely.
Instructions
Permanently delete a calendar event by ID. This action cannot be undone. Example: {"id":"ghi09876"} → "deleted". Side effects: destructive, irreversible. The first call deletes; subsequent calls with the same id error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | UUID of the event to delete. |