Google Calendar MCP server
Create events, find free time, and manage calendars across Google Workspace.
About
Connect Tracecat to Google Calendar to keep humans in the loop for SOC analysts and on-call responders without manually coordinating schedules. You can list calendars, read and write events, and find free time across a set of attendees from a workflow. From there, spin up an incident bridge with the on-call rotation, propose post-incident reviews at a time everyone is free, and block focus time on a senior analyst's calendar with confidence.
Setup
- 1
Sign in with OAuth
You'll authorize Tracecat to access Google Calendar on your behalf. No API keys to manage.
- 2
Select the
Google Calendartile in the Tracecat MCP catalogOpen the
MCP catalogin your workspace, select theGoogle Calendartile, and complete the OAuth flow. - 3
Enable
Google Calendarin your agentIn your
ai.agentaction orAgents→toolstab, selectGoogle Calendarfrom theMCP integrationsdropdown.
Tools
list_calendars | List the calendars the signed-in user can access. |
list_events | List events on a calendar within a time window, with optional filters. |
get_event | Retrieve a single event by ID, including attendees and conference details. |
create_event | Create a new calendar event with attendees, time, and conference data. |
update_event | Update fields on an existing event, such as time, attendees, or description. |
delete_event | Delete an event from a calendar by ID. |
respond_to_event | Respond to an event invitation as accepted, declined, or tentative. |
suggest_time | Suggest meeting times that work for a given set of attendees. |