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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
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).