Retrieve events from Google Calendar within specified date ranges. Use this tool to access calendar data programmatically for integration and automation purposes.
Remove specific events from Google Calendar by specifying the event ID and calendar ID, ensuring efficient event management through the Google Calendar MCP Server.
Add a new event to Google Calendar by specifying title, start/end times, location, attendees, and recurrence rules. Integrates with AI assistants using the Google Calendar MCP Server.
Forked from https://github.com/epaproditus/google-workspace-mcp-server
The deletion and updates on Google Calendar were removed since there were no scope to prevent deletion whilst maintaining creation capabilities.
Enables interaction with Google Calendar through the Google Calendar API. Supports listing calendars, creating/deleting events, and retrieving calendar events with OAuth2 authentication.
Enables natural language interaction with Google Calendar via the Model Context Protocol, allowing LLMs like Claude to read and manage calendar events through the Google Calendar v3 API.