delete_event
Delete a Google Calendar event with a two-step confirmation process. Preview first, then confirm to permanently remove the event.
Instructions
Delete a calendar event by its ID.
ALWAYS call twice:
delete_event(confirm=False) -> Returns preview card.
delete_event(confirm=True) -> Executes deletion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| event_id | Yes | ||
| calendar_id | No | primary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |