calendar_delete_event
Delete a Google Calendar event by providing its ID. When the event has attendees, set confirm: true to notify them of the cancellation.
Instructions
Delete a Google Calendar event. Requires confirm: true if the event has attendees, since they will be notified of the cancellation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set to true to confirm deleting event with attendees | |
| eventId | Yes | The event ID to delete | |
| accountId | Yes | The Google account ID, alias, or email | |
| calendarId | No | Calendar ID (default: "primary") |