delete_calendar_event
Delete a calendar event by specifying the Google account email, calendar ID, and event ID. Removes events from Google Calendar through natural language interactions.
Instructions
Delete an event from a calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| calendar_id | Yes | The ID of the calendar containing the event (use 'primary' for the primary calendar). | |
| event_id | Yes | The unique ID of the event to delete. |