google_calendar_delete_event

Remove an event from Google Calendar by specifying its event ID. Optionally, define the calendar ID or use the primary calendar by default.

Instructions

Delete an event from Google Calendar

Input Schema

NameRequiredDescriptionDefault
calendarIdNoOptional: ID of calendar to use (defaults to primary if not specified)
eventIdYesID of the event to delete

Input Schema (JSON Schema)

{ "properties": { "calendarId": { "description": "Optional: ID of calendar to use (defaults to primary if not specified)", "type": "string" }, "eventId": { "description": "ID of the event to delete", "type": "string" } }, "required": [ "eventId" ], "type": "object" }
ID: opwf6bop3j