Google Calendar

by GongRzhe
Verified

delete_event

Remove specific events from Google Calendar by providing the event ID. Simplifies calendar management by enabling quick deletions through the MCP server.

Instructions

Deletes an event from the calendar

Input Schema

NameRequiredDescriptionDefault
eventIdYesID of the event to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "eventId": { "description": "ID of the event to delete", "type": "string" } }, "required": [ "eventId" ], "type": "object" }

Other Tools from Google Calendar

Related Tools

ID: ahu6mndw4p