Skip to main content
Glama

Google Calendar MCP

by AnByoungHyun

update_event

Modify Google Calendar event details using an event ID. Update summary, start/end times, description, location, or attendees by passing specific values, ensuring only the provided fields are changed.

Instructions

일정 ID로 일정 정보 수정 (전달된 값만 반영)

Input Schema

NameRequiredDescriptionDefault
attendeesNo
descriptionNo
endNo
event_idYes
locationNo
startNo
summaryNo

Input Schema (JSON Schema)

{ "properties": { "attendees": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attendees" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "end": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "End" }, "event_id": { "title": "Event Id", "type": "string" }, "location": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Location" }, "start": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start" }, "summary": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Summary" } }, "required": [ "event_id" ], "title": "update_eventArguments", "type": "object" }
Install Server

Other Tools from Google Calendar MCP

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/AnByoungHyun/google_calendar_mcp'

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