Skip to main content
Glama

Google Calendar MCP Server

by peadams21

delete_event

Remove specific events from Google Calendar by specifying the event ID and calendar ID, ensuring efficient event management through the Google Calendar MCP Server.

Instructions

Delete an event from Google Calendar

Input Schema

NameRequiredDescriptionDefault
calendarIdNoCalendar ID (default: 'primary')primary
eventIdYesEvent ID to delete

Input Schema (JSON Schema)

{ "properties": { "calendarId": { "default": "primary", "description": "Calendar ID (default: 'primary')", "type": "string" }, "eventId": { "description": "Event ID to delete", "type": "string" } }, "required": [ "eventId" ], "type": "object" }

Other Tools from Google Calendar MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/peadams21/Google-Calendar-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server