Skip to main content
Glama

Google Workspace MCP Server

MIT License
105
  • Apple
  • Linux

delete_event

Remove an event from a Google Calendar using the user's email, event ID, and calendar ID. Returns a confirmation of successful deletion.

Instructions

Deletes an existing event. Args: user_google_email (str): The user's Google email address. Required. event_id (str): The ID of the event to delete. calendar_id (str): Calendar ID (default: 'primary'). Returns: str: Confirmation message of the successful event deletion.

Input Schema

NameRequiredDescriptionDefault
calendar_idNoprimary
event_idYes
serviceYes
user_google_emailYes

Input Schema (JSON Schema)

{ "properties": { "calendar_id": { "default": "primary", "title": "Calendar Id", "type": "string" }, "event_id": { "title": "Event Id", "type": "string" }, "service": { "title": "service", "type": "string" }, "user_google_email": { "title": "User Google Email", "type": "string" } }, "required": [ "service", "user_google_email", "event_id" ], "title": "delete_eventArguments", "type": "object" }

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/taylorwilsdon/google_workspace_mcp'

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