Skip to main content
Glama

Google Calendar

update_event

Modify an existing Google Calendar event by updating details like title, description, start/end times, or location using the event ID for targeted changes.

Instructions

Updates an existing event

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew event description
endNo
eventIdYesID of the event to update
locationNoNew event location
startNo
summaryNoNew event title

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "description": { "description": "New event description", "type": "string" }, "end": { "additionalProperties": false, "properties": { "dateTime": { "description": "New end time (ISO format)", "type": "string" }, "timeZone": { "description": "Time zone", "type": "string" } }, "required": [ "dateTime" ], "type": "object" }, "eventId": { "description": "ID of the event to update", "type": "string" }, "location": { "description": "New event location", "type": "string" }, "start": { "additionalProperties": false, "properties": { "dateTime": { "description": "New start time (ISO format)", "type": "string" }, "timeZone": { "description": "Time zone", "type": "string" } }, "required": [ "dateTime" ], "type": "object" }, "summary": { "description": "New event title", "type": "string" } }, "required": [ "eventId" ], "type": "object" }
Install Server

Other Tools from Google Calendar

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/GongRzhe/Calendar-MCP-Server'

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