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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Create a calendar event with a title, start and end time, description, and location.
Retrieve a list of events within a specified time range. Parameters: timeMin (datetime), timeMax (datetime), maxResults (integer), orderBy (string).
Update an existing event using its event ID. Parameters: eventId (string), summary (string), start (datetime), end (datetime).
Delete an event from the calendar using its event ID. Parameters: eventId (string).