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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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