Google Calendar MCP
未认领Google Calendar MCP server for Claude Desktop integration
安装
npx @takumi0706/google-calendar-mcp@2.0.0工具(18 个)
attendees
(optional): Array of attendees with email and optional displayName
calendarId
(optional): Calendar ID (uses primary calendar if omitted, empty string, null, or undefined)
colorId
(optional): Event color ID (1-11)
date
(optional): YYYY-MM-DD format for all-day events
dateTime
(optional): ISO 8601 format (e.g., "2025-03-15T09:00:00+09:00")
description
(optional): Event description
end
End time object (same format as start)
event
Event details object containing:
eventId
(required): ID of the event to update
location
(optional): Event location
maxResults
(optional): Maximum number of events to retrieve (default: 10)
orderBy
(optional): Sort order ("startTime" or "updated"). Defaults to "startTime" if empty string, null, or undefined
recurrence
(optional): Array of recurrence rules in RFC5545 format (e.g., ["RRULE:FREQ=WEEKLY;BYDAY=MO,WE,FR"])
start
Start time object with:
summary
(required): Event title
timeMax
(optional): End time for event retrieval (ISO 8601 format). Empty strings, null, or undefined values are ignored
timeMin
(optional): Start time for event retrieval (ISO 8601 format, e.g., "2025-03-01T00:00:00Z"). Empty strings, null, or undefined values are ignored
timeZone
(optional): Time zone (e.g., "Asia/Tokyo")