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 new calendar event with a specified title, start time, end time, description, and location. Parameters: summary (string), start (dateTime object), end (dateTime object), description (string), location (string)
Retrieve a list of events within a specified time range. Parameters: timeMin (string), timeMax (string), maxResults (integer), orderBy (string)
Update an existing calendar event's details such as title, start time, and end time. Parameters: eventId (string), summary (string), start (dateTime object), end (dateTime object)
Delete a calendar event by its ID. Parameters: eventId (string)