This Google Calendar MCP server, developed by gongrzhe, enables AI assistants to manage calendar events through natural language interactions. Built with TypeScript and leveraging the Model Context Protocol SDK, it provides tools for creating, retrieving, updating, and deleting events, as well as listing events within specified time ranges. The server implements OAuth2 authentication with auto browser launch, supporting both desktop and web application credentials. By abstracting the complexities of Google Calendar API interactions, it allows AI systems to easily manage schedules and appointments. This implementation is particularly valuable for applications requiring programmatic calendar management, facilitating use cases such as automated scheduling, meeting coordination, and time management assistance.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Create a new calendar event with specified details including title, start time, end time, description, and location.
Retrieve a list of events within a specified time range. Parameters include timeMin (start time), timeMax (end time), maxResults (maximum number of events to return), and orderBy (sorting order).
Update an existing calendar event by providing the event ID and new details such as summary, start time, and end time.
Delete a calendar event by specifying the event ID.