Skip to main content
Glama
murphy360
by murphy360

calendar_create_event

Create new calendar events in Google Calendar by specifying title, time, and optional details like location or attendees.

Instructions

Create a new calendar event.

Creates an event with the specified details. At minimum, requires a title and start time. End time defaults to one hour after start if not provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
summaryYesThe event title/summary. This is what appears on the calendar.
start_timeYesStart time in ISO 8601 format (e.g., '2024-12-15T14:00:00' or '2024-12-15T14:00:00-05:00').
end_timeNoEnd time in ISO 8601 format. If not provided, defaults to start time plus one hour.
descriptionNoDetailed description or notes for the event.
locationNoPhysical address or location name for the event.
attendeesNoComma-separated list of attendee email addresses (e.g., 'user1@example.com,user2@example.com').
all_dayNoSet to true for all-day events. When true, only the date portion of start_time is used.
calendar_idNoThe calendar ID to create the event in. Use 'primary' for the main calendar.

Latest Blog Posts

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/murphy360/mcp_google_calendar'

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