Google Workspace MCP Server

delete_event

Delete a calendar event

Input Schema

NameRequiredDescriptionDefault
eventIdYesEvent ID to delete

Input Schema (JSON Schema)

{ "properties": { "eventId": { "description": "Event ID to delete", "type": "string" } }, "required": [ "eventId" ], "type": "object" }