Skip to main content
Glama

MCP Server Boilerplate

calendar-update-event

Modify details of an existing calendar event, including title, description, location, time, and attendees, using the event ID. Integrates with primary or specified calendars.

Instructions

Update an existing calendar event

Input Schema

NameRequiredDescriptionDefault
attendeesNoArray of attendee email addresses
calendarIdNoCalendar ID - Available options: 'primary' (Primary Calendar)primary
descriptionNoEvent description
endDateTimeNoEnd date/time in ISO format
eventIdYesEvent ID
locationNoEvent location
startDateTimeNoStart date/time in ISO format
summaryNoEvent title/summary

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "attendees": { "description": "Array of attendee email addresses", "items": { "type": "string" }, "type": "array" }, "calendarId": { "default": "primary", "description": "Calendar ID - Available options: 'primary' (Primary Calendar)", "type": "string" }, "description": { "description": "Event description", "type": "string" }, "endDateTime": { "description": "End date/time in ISO format", "type": "string" }, "eventId": { "description": "Event ID", "type": "string" }, "location": { "description": "Event location", "type": "string" }, "startDateTime": { "description": "Start date/time in ISO format", "type": "string" }, "summary": { "description": "Event title/summary", "type": "string" } }, "required": [ "eventId" ], "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/CaptainCrouton89/maps-mcp'

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