The Google Calendar MCP server enables AI assistants to manage calendar events through a set of specialized tools for listing, creating, and deleting events. Built with the Model Context Protocol, it authenticates with Google Calendar API using OAuth credentials, provides timezone-aware event handling with fallback options, and implements robust error handling and logging. The server exposes four main tools: listing calendar events, creating new events with flexible time formats, deleting specific events by time and title, and removing duplicate events on a given date. This implementation is particularly valuable for productivity workflows where calendar management needs to happen directly within conversation interfaces without context switching.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Retrieve a list of events in the calendar (from 2 years in the past to 1 year in the future).
Create a new event in the calendar.
Remove duplicate events.
Delete a specified event.