Skip to main content
Glama

MCP Server Boilerplate

calendar-create-event

Create and schedule calendar events by specifying title, description, location, dates, attendees, and time zone. Integrates with MCP Server Boilerplate for AI assistant and custom tool functionalities.

Instructions

Create a new calendar event. Current time: 8/8/2025, 8:43:47 PM

Input Schema

NameRequiredDescriptionDefault
attendeesNoArray of attendee email addresses
calendarIdNoCalendar ID - Available options: 'primary' (Primary Calendar)primary
descriptionNoEvent description
endDateTimeYesEnd date/time in ISO format (e.g., '2025-01-15T10:00:00-07:00')
locationNoEvent location
startDateTimeYesStart date/time in ISO format (e.g., '2025-01-15T09:00:00-07:00')
summaryYesEvent title/summary
timeZoneNoTime zone - defaults to local time (UTC). Examples: 'America/New_York', 'Europe/London', 'Asia/Tokyo'

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 (e.g., '2025-01-15T10:00:00-07:00')", "type": "string" }, "location": { "description": "Event location", "type": "string" }, "startDateTime": { "description": "Start date/time in ISO format (e.g., '2025-01-15T09:00:00-07:00')", "type": "string" }, "summary": { "description": "Event title/summary", "type": "string" }, "timeZone": { "description": "Time zone - defaults to local time (UTC). Examples: 'America/New_York', 'Europe/London', 'Asia/Tokyo'", "type": "string" } }, "required": [ "summary", "startDateTime", "endDateTime" ], "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