For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedConnectorsAPI reference
Get startedConnectorsAPI reference
    • Overview
    • ActiveCampaign
    • Adobe PDF Services
    • Ahrefs
    • Airtable
    • Amadeus
    • Amazon S3
    • Amplitude
    • Anaplan
    • Apollo
    • Arize
    • Articulate Reach 360
    • Asana
    • Attio
    • Aviationstack
    • BambooHR
    • Basecamp
    • bioRxiv
    • Bitbucket
    • Bitly
    • Box
    • Calendly
    • Canva
    • ClickUp
    • ClinicalTrials.gov
    • Cloudflare
    • CMS Coverage
    • Coda
    • Confluence
    • Contentful
    • Crustdata
    • Databricks
    • Datadog
    • DocuSign
    • DoorDash
    • Dropbox
    • Duffel
    • Dynamics 365 Sales
    • Exa
    • Expensify
    • FactSet
    • Figma
    • Firecrawl
    • Fireflies
    • FireHydrant
    • Foursquare
    • Frame.io
    • FreshBooks
    • Freshdesk
    • Freshservice
    • Front
    • Gamma
    • GitHub
    • GitLab
    • Gmail
    • Gong
    • Google BigQuery
    • Google Calendar
    • Google Docs
    • Google Drive
    • Google Maps
    • Google Meet
    • Google Sheets
    • Google Slides
    • Google Tasks
    • Grafana
    • Greenhouse
    • Guru
    • Hex
    • HiBob
    • HubSpot
    • Intercom
    • Jenkins
    • Jira
    • Jira Service Management
    • Kintone
    • Klaviyo
    • Linear
    • LinkedIn
    • Looker
    • Lucidchart
    • Make
    • Microsoft Teams
    • Microsoft Teams GCC High
    • Miro
    • Monday.com
    • n8n
    • NetSuite
    • Notion
    • NPI Registry
    • OneDrive
    • OneNote
    • Oracle HCM
    • Oracle Sales Cloud
    • Oracle SCM
    • Oura
    • Outlook
    • PagerDuty
    • PayPal
    • Peec AI
    • Pipedrive
    • PostHog
    • PubMed
    • Pylon
    • Quartr
    • QuickBooks Online
    • Ramp
    • ReadMe
    • Rootly
    • Sabre
    • Salesforce
    • Sanity
    • SAP SuccessFactors
    • SendGrid
    • Sentry
    • ServiceNow
    • SharePoint
    • Shopify
    • Slack
    • Smartsheet
    • Snowflake
    • Spotify
    • Square
    • Straker
    • Strava
    • Stripe
    • Supabase
    • Teamwork.com
    • Trello
    • TripAdvisor
    • UKG Pro
    • Vercel
    • Vestaboard
    • VisualPing
    • Weather
    • Webflow
    • WHOOP
    • Wikipedia
    • Wix
    • WordPress
    • Workday
    • X
    • Xero
    • Yelp
    • YouTube
    • Zendesk
    • Zendesk Sell
    • Zoho CRM
    • Zoho Desk
    • Zoom
    • ZoomInfo

Get started

  • Overview
  • Introduction
  • Unified API
  • Linked Account
  • Merge Link
  • Use cases

Implementation

  • Sandboxes
  • SDKs
  • API access
  • Syncing data
  • Writing data
  • Data minimization
  • Supplemental data
  • Errors
  • Integration metadata

API reference

  • ATS
  • HRIS
  • Accounting
  • Ticketing
  • CRM
  • File Storage
  • Knowledge Base
  • Chat

Resources

  • Help Center
  • Merge.dev
  • Changelog
© Merge 2026Terms of usePrivacy policy
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
On this page
  • Sample use cases
  • Available Tools

Google Calendar

Connect your AI agents to Google Calendar.
Was this page helpful?
Previous

Google BigQuery

Next

Google Docs

Authentication: OAuth. See Magic Link for the runtime auth flow, or Application credentials to bring your own OAuth app.

Sample use cases

  • Find a 30-minute slot tomorrow when I, Anna, and Devon are all free.
  • Cancel my 2pm and notify the attendees with a rescheduling link.
  • List my meetings this week and flag any without an agenda in the description.

Available Tools

list_acl_rules

List all access control rules for a calendar. Returns permissions for each user/group including role and scope. Supports pagination and incremental sync.

get_acl_rule

Retrieve details of a specific ACL rule by ID. Returns role and scope. Rule ID format: ‘user:[email protected]’ or ‘group:[email protected]’.

create_acl_rule

Grant access to a calendar by creating an ACL rule. Share with users, groups, domains, or make public. Specify role and scope type.

update_acl_rule

Completely replace an ACL rule. For partial updates, use patch_acl_rule instead.

patch_acl_rule

Partially update an ACL rule. Only provided fields are modified. Safer than update_acl_rule for simple permission changes.

delete_acl_rule

Permanently delete an ACL rule, removing user/group access. Cannot be undone.

watch_acl_rules

Set up push notifications for ACL rule changes. Requires publicly accessible HTTPS endpoint. Returns channel ID and resource ID to stop the watch later.

get_calendar

Retrieve complete metadata for a calendar including title, description, timezone, and location.

create_calendar

Create a new secondary calendar with custom title, description, timezone, and location.

update_calendar

Update calendar metadata (title, description, timezone, location). Owner only. For user-specific settings like color/visibility, use update_calendar_in_list.

delete_calendar

Permanently delete a secondary calendar and all events. Cannot be undone. Cannot delete primary calendar. For temporary removal, use remove_calendar_from_list.

clear_calendar

Permanently delete ALL events from a calendar without deleting the calendar itself. Cannot be undone. Calendar structure and sharing remain intact.

list_calendar_list

List all calendars in user’s calendar list with settings and permissions. Includes primary, owned, and subscribed calendars. Supports pagination.

get_calendar_from_list

Retrieve user-specific settings for a calendar including custom color, display name, notifications, and visibility.

add_calendar_to_list

Subscribe to an existing calendar by adding it to user’s calendar list. Set custom color, display name, visibility, and notification preferences.

update_calendar_in_list

Update user-specific calendar settings including color, visibility, and notifications. Changes only affect this user.

patch_calendar_in_list

Partially update user-specific calendar settings. Only provided fields are modified.

remove_calendar_from_list

Unsubscribe from a calendar by removing it from user’s list. Calendar itself is not deleted.

watch_calendar_list

Set up push notifications for calendar list changes. Requires publicly accessible HTTPS endpoint. Returns channel ID and resource ID to stop the watch later.

list_events

List events from a Google Calendar with filtering, search, and pagination. Supports time ranges, event types, recurring event expansion, and incremental sync.

get_event

Retrieve complete details of a specific event by ID including all metadata, attendees, recurrence rules, reminders, and conference data.

create_event

Create a new event with title, location, times, attendees, reminders, recurrence, and conference data.

update_event

Update all fields of an existing event. CRITICAL: start/end times must use identical format (both ‘date’ OR both ‘dateTime’). For partial updates, use patch_event instead.

patch_event

Partially update specific fields of an event without replacing the entire event. Only provided fields are modified. Safer than update_event for simple changes.

import_event

Import an event without sending notifications. Useful for bulk imports, migrations, or adding historical events. Preserves original event IDs and timestamps.

quick_add_event

Create an event using natural language text (e.g., ‘Lunch with John tomorrow at 12pm’). Google’s AI parses dates, times, and details automatically.

watch_events

Set up push notifications for event changes. Requires publicly accessible HTTPS endpoint. Returns channel ID and resource ID to stop the watch later.

get_event_instances

Retrieve all instances of a recurring event within a time range. Expands recurring events into actual occurrences with specific dates and times.

stop_watch_channel

Stop an active push notification channel. Requires channel ID and resource ID from watch creation. Cannot be restarted once stopped.

list_user_settings

List all user settings and preferences including timezone, date format, time format, and week start day.

get_user_setting

Retrieve a specific user setting by ID (e.g., ‘timezone’, ‘timeFormat’, ‘weekStart’, ‘locale’).

get_colors

Retrieve available color palette for calendars and events with color IDs mapped to hex codes.

query_freebusy

Query free/busy availability for multiple calendars within a time range. Returns busy periods for scheduling meetings and finding available time slots.

watch_user_settings

Set up push notifications for user settings changes. Requires publicly accessible HTTPS endpoint. Returns channel ID and resource ID to stop the watch later.