google-calendar_delete_event
Delete a Google Calendar event by providing the calendar ID and event ID. Optionally send notifications to attendees.
Instructions
Deletes an event. Returns 204 No Content with empty body on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Event identifier | |
| calendarId | Yes | Calendar identifier. Use 'primary' for the primary calendar | |
| sendUpdates | No | Whether to send notifications to attendees (all, externalOnly, none) | |
| sendNotifications | No | Whether to send notifications about the deletion |