calendar.events.delete
Delete a calendar event by its unique ID. Removes the event permanently and returns whether it existed, with no error if the ID is already gone.
Instructions
DESTRUCTIVE. Delete one event by id. Idempotent — deleting an already-absent id is a no-op. Returns {success, existed}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event id to delete. |