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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Creates a new calendar event. Parameters include summary (string), description (string), location (string), start (ISO date string), end (ISO date string), attendees (array of strings), and reminders (object with useDefault boolean and overrides array).
Retrieves details of a specific calendar event. Parameters: eventId (string), calendarId (string).
Updates an existing calendar event. Parameters include eventId (string), summary (string), location (string), start (ISO date string), and end (ISO date string).
Deletes a calendar event. Parameters: eventId (string), calendarId (string).
Lists calendar events within a specified time range. Parameters include calendarId (string), timeMin (ISO date string), timeMax (ISO date string), maxResults (integer), and orderBy (string).
Searches for events matching a query. Parameters: query (string), calendarId (string), timeMin (ISO date string), maxResults (integer).
Lists all available calendars. Parameters: none.