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 specified details. Parameters: summary (string), start (datetime), end (datetime), description (string), location (string)
Retrieve a list of events within a specified time range. Parameters: timeMin (datetime), timeMax (datetime), maxResults (integer), orderBy (string)
Update an existing event's details. Parameters: eventId (string), summary (string), start (datetime), end (datetime)
Delete a calendar event by its ID. Parameters: eventId (string)
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs