delete_event
Remove a calendar event by its ID from a specified Google Calendar. Provide the event ID and optionally a calendar ID to permanently delete the event from the specified calendar.
Instructions
Delete a calendar event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The event ID to delete. | |
| calendar_id | No | Calendar ID. Defaults to primary. | primary |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |