delete_event
Deletes a calendar event using its ID and optional ETag for conflict detection. Confirm with the user before deletion.
Instructions
Delete a calendar event.
Confirm with the user before deleting. Pass the ETag from get_events to ensure you're deleting the right version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event ID (UID) to delete | |
| calendar | No | Calendar name or ID where the event lives | |
| etag | No | ETag for conflict detection (recommended but optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |