Server for Google Calendar integration in Cluade Desktop with auto authentication support. This server enables AI assistants to manage Google Calendar events through natural language interactions.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Creates a calendar event with a specified title, start time, end time, description, and location.
Retrieves a list of events within a specified time range. Parameters: timeMin (string), timeMax (string), maxResults (integer), orderBy (string).
Updates an existing event identified by its event ID. Parameters: eventId (string), summary (string), start (datetime), end (datetime).
Deletes an event identified by its event ID. Parameters: eventId (string).