Built by Metorial, the integration platform for agentic AI.
Retrieve the full details of a specific event by its ID, including attendees, recurrence, conference data, and all metadata.
Create, update, or delete a secondary calendar. Can also subscribe to (add) or unsubscribe from (remove) calendars on the user's calendar list. Use the **action** field to select the operation.
Permanently delete an event from a Google Calendar. For recurring events, this deletes the entire series unless a specific instance ID is provided.
Update an existing Google Calendar event. Only the provided fields will be modified; all other fields remain unchanged. Can also be used to **move an event** to a different calendar by specifying destinationCalendarId.
Retrieve the available calendar and event color definitions used in Google Calendar. Returns color IDs with their background and foreground hex values. Use these IDs when setting colors on events or calendars.
Query the free/busy availability for one or more calendars over a given time range. Returns busy time slots without exposing event details. Useful for finding open meeting times and checking availability.
List events from a Google Calendar with flexible filtering options. Supports time range filtering, text search, pagination, and sorting. Use **"primary"** as the calendarId to list events from the user's primary calendar.
List all calendars on the user's calendar list, including their primary calendar, subscribed calendars, and shared calendars. Returns calendar metadata including access role, color, and visibility settings.
Manage access control (sharing permissions) on a calendar. List current permissions, grant access to users/groups, update roles, or revoke access.
Create a new event on a Google Calendar. Supports timed events, all-day events, recurring events, attendees, conferencing (Google Meet), reminders, and more. Use **"primary"** as the calendarId to create events on the user's primary calendar.
Create an event using natural language text, just like the "Quick Add" feature in the Google Calendar UI. Google parses the text to extract the event title, date, time, and location automatically.