Google Calendar AutoAuth MCP Server enables AI assistants to manage Google Calendar through natural language interactions. It features comprehensive calendar management capabilities including creating, updating, deleting, and searching events with support for natural language date/time input. The implementation provides a streamlined OAuth2 authentication flow with auto browser launch, supports both Desktop and Web application credentials, and stores authentication globally for convenience, making it ideal for users who need to integrate calendar management directly into their AI assistant workflows.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
Creates a new calendar event. Parameters: summary (string), description (string), location (string), start (string), end (string), attendees (array of strings), reminders (object with useDefault and overrides)
Retrieves details of a specific calendar event. Parameters: eventId (string), calendarId (string)
Updates an existing calendar event. Parameters: eventId (string), summary (string), location (string), start (string), end (string)
Deletes a calendar event. Parameters: eventId (string), calendarId (string)
Lists calendar events within a specified time range. Parameters: calendarId (string), timeMin (string), timeMax (string), maxResults (integer), orderBy (string)
Searches for events matching a query. Parameters: query (string), calendarId (string), timeMin (string), maxResults (integer)
Lists all available calendars. Parameters: None