目录 / Google Calendar
MCP
鉴权未知
未评级
已上架
Google Calendar
Create, update, and delete Google Calendar events, list calendars and events, respond to invitations, and find times when everyone is free.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 15:58):Create, update, and delete Google Calendar events, list calendars and events, respond to invitations, and find times whe…
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://googlecalendar.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Google Calendar": {
"url": "https://googlecalendar.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| Arcade_ListApps | See the apps the current caller can act on and whether they are connected. Returns each app's id, name, connected state, and (when connected) the account it is connected as. Call this to answer "what apps do I have?" or when the caller's connection state may have changed since the session started. |
| GoogleCalendar_CreateEvent | Create a new event/meeting/sync/meetup in the specified calendar. Pass `recurrence` to create a repeating event. |
| GoogleCalendar_DeleteEvent | Delete an event from Google Calendar. |
| GoogleCalendar_FindTimeSlotsWhenEveryoneIsFree | Provides time slots when everyone is free within a given date range and time boundaries. |
| GoogleCalendar_ListCalendars | List all calendars accessible by the user. |
| GoogleCalendar_ListEvents | List events from the specified calendar within the given datetime range. min_end_datetime serves as the lower bound (exclusive) for an event's end time. max_start_datetime serves as the upper bound (exclusive) for an event's start time. For example: If min_end_datetime is set to 2024-09-15T09:00:00 and max_start_datetime is set to 2024-09-16T17:00:00, the function will return events that: 1. End after 09:00 on September 15, 2024 (exclusive) 2. Start before 17:00 on September 16, 2024 (exclusive) This means an event starting at 08:00 on September 15 and ending at 10:00 on September 15 would be included, but an event starting at 17:00 on September 16 would not be included. |
| GoogleCalendar_RespondToEvent | Accept or decline (RSVP to) a meeting invitation on the authenticated user's behalf. Sets the user's responseStatus for an event they were invited to. |
| GoogleCalendar_UpdateEvent | Update an existing event in the specified calendar with the provided details. Only the provided fields will be updated; others will remain unchanged. `updated_start_datetime` and `updated_end_datetime` are independent and can be provided separately. |
| GoogleCalendar_WhoAmI | Get comprehensive user profile and Google Calendar environment information. This tool provides detailed information about the authenticated user including their name, email, profile picture, Google Calendar access permissions, and other important profile details from Google services. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。