Skip to main content
Glama

Google Calendar MCP

by AnByoungHyun

create_event

Schedule new Google Calendar events by specifying summary, start and end times, location, description, and attendee emails via the MCP server.

Instructions

새로운 일정 생성 (attendees: 이메일 리스트)

Input Schema

NameRequiredDescriptionDefault
attendeesNo
descriptionNo
endYes
locationNo
startYes
summaryYes

Input Schema (JSON Schema)

{ "properties": { "attendees": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Attendees" }, "description": { "default": null, "title": "Description", "type": "string" }, "end": { "title": "End", "type": "string" }, "location": { "default": null, "title": "Location", "type": "string" }, "start": { "title": "Start", "type": "string" }, "summary": { "title": "Summary", "type": "string" } }, "required": [ "summary", "start", "end" ], "title": "create_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