Skip to content

Scheduling

Google Calendar MCP connector

The Google Calendar connector lets Claude, ChatGPT, Cursor, any MCP client, and the Elaichi Agent read and manage your Google Calendar events, calendars, and free/busy time as you, with every action recorded in an audit log.

  • How it connects. Connects over OAuth. The credential goes into a vault nobody reads back.

  • One address. https://api.elaichi.ai/mcp, the same for every user.

  • Their own access. An agent never gets more than the person it acts for.

How to connect

How to connect Google Calendar to Claude, ChatGPT or Cursor

Two steps, about a minute.

1

In Elaichi

Connect Google Calendar once

  1. Open Connections, choose Add connection, and pick Google Calendar.

  2. Optionally set Share with to give a team access, then press Connect.

  3. Approve it in Google Calendar. Google Calendar's own window opens. Whoever approves it decides what this connection can reach.

The credential is vaulted. Nobody reads it back, not even the AI.

Add connection

Choose a connector.

google calendar
Google Calendar
Apple Calendar
Cal.com
Calendly
Jrni
Momence
2

In your AI client

Point it at one endpoint

Everyone in the organization uses the same address, and each person only ever reaches what their own account allows.

Connect Google Calendar to Claude

  1. 1

    Open Customize, then Connectors.

  2. 2

    Press Add.

  3. 3

    Name it, paste the MCP server URL, then Continue.

    https://api.elaichi.ai/mcp
  4. 4

    Sign in and approve.

On Team and Enterprise, an Owner adds it once. Everyone else turns it on for themselves.

Connect Google Calendar to ChatGPT

  1. 1

    Open Plugins, then press the + button.

  2. 2

    Name it and paste the endpoint into Server URL.

    https://api.elaichi.ai/mcp
  3. 3

    Leave Authentication on OAuth, then tick the risk acknowledgement.

  4. 4

    Press Create, then sign in and approve.

Works on the web today. The plugin directory lives at chatgpt.com/plugins.

Connect Google Calendar to Cursor

  1. 1

    Open ~/.cursor/mcp.json.

  2. 2

    Add the endpoint under mcpServers.

    https://api.elaichi.ai/mcp
  3. 3

    Reload Cursor, then sign in and approve.

~/.cursor/mcp.json

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

Set up per machine, so repeat it on each computer you work from.

Connect Google Calendar to any MCP client

  1. 1

    Add the endpoint as a remote MCP server.

    https://api.elaichi.ai/mcp
  2. 2

    Sign in and approve.

{
  "mcpServers": {
    "elaichi": {
      "url": "https://api.elaichi.ai/mcp"
    }
  }
}

The Elaichi Agent already has these tools, with nothing to set up.

Use cases

What teams do with Google Calendar through Elaichi

Every one of these runs inside the access the person already has, and lands in the same audit log.

  • Sales

    Book the follow-up before the call ends

    Ask for a 30 minute follow-up with the prospect next Tuesday and the event lands on your Google Calendar with the right attendees invited. Move it later with one request if the deal slips a week.

  • Support

    Schedule callbacks from the queue

    Turn a promised callback into a Google Calendar event on the agent's calendar, with the customer's name and ticket reference in the description. Reschedule it when the customer replies with a better time.

  • Executive assistants

    Find a slot that works for everyone

    Check free and busy time across several colleagues' Google Calendars at once and get back the open windows for a one hour meeting. Create the event in the gap and invite the right people.

  • People

    Line up interviews without the back and forth

    See when each interviewer is free, book the panel on a shared hiring calendar in Google Calendar, and update the event when a candidate asks to move.

  • Leadership

    Get a plain summary of the week ahead

    Ask what is on your Google Calendar next week and get the meetings grouped by day, including each occurrence of your recurring one to ones. Clear out the events that no longer need to happen.

  • Operations

    Keep shared calendars tidy

    Create a Google Calendar for a project or a room, add the launch dates and review meetings from a list, and rename or retire the calendar when the project closes.

Try asking

  • “Which events next week have no agenda in the description?”
  • “How many hours of meetings does Support have Thursday?”
  • “Create a 30 minute review event on the Hiring calendar.”

See all 38 Google Calendar tools below

AI tools

Google Calendar tools for your AI agents

38 tools are ready to call through Elaichi's MCP endpoint the moment you connect Google Calendar, governed by the same roles, restrictions, and audit log as everything else in Elaichi.

See it in Elaichi

What connecting Google Calendar gets you

6 screens from the product, each doing one job for your Google Calendar account.

The agent

Ask about next week, get real answers.

Plain language questions answered from live Google Calendar events and calendars.

  • events
  • calendars
  • calendar lists
  • attendees

Ask Elaichi to work across your apps.

Which events next week have no agenda in the description?

How many hours of meetings does Support have Thursday?

Create a 30 minute review event on the Hiring calendar.

Also runs in Claude, ChatGPT or Cursor

MCP clients

Claude, ChatGPT and Cursor share one endpoint.

Connect Google Calendar from any MCP client over OAuth, no SDK, no shared key.

ElaichiMCP clients
Claude ChatGPT Cursor

Copy the endpoint

https://api.elaichi.ai/mcp
Client Connected by Status Last used
Claude
E

Emma Laurent

• Connected 4 minutes ago
Cursor
S

Sofia Ricci

• Connected 2 hours ago
ChatGPT
C

Clara Nowak

• Connected Yesterday

Tool catalog

38 Google Calendar tools, no custom code.

Events, calendars, calendar lists and free busy methods are cataloged and ready.

  • List all Google Calendar userinfo
  • List all Google Calendar calendar lists
  • Get single Google Calendar calendar list by ID
  • Create a Google Calendar calendar list
ElaichiTools
Tool Action Description
List all Google Calendar userinfo List Retrieves basic profile information about the authenticated user in Google Calendar. The response includes essential details such as the user's unique identifier (sub), full name (name), first name (given_name), last name (family_name), profile picture URL (picture), and email address (email).
List all Google Calendar calendar lists List List the calendars on the authenticated user's Calendar List (owned plus subscribed). Use when browsing available calendars or resolving a display name to a calendar id before calling events list or get. Results are summaries; fetch full calendar metadata via this resource's get method or calendars get. Returns one page; pass the response's next_cursor to fetch subsequent pages.
Get single Google Calendar calendar list by ID Get Read one Calendar List entry: access role, colors, and visibility for a calendar the user has subscribed to. Use when checking how a calendar appears in the user's list (not the calendar's own metadata — use calendars get for that). Obtain id from the calendar list.
Create a Google Calendar calendar list Create Add an existing calendar to the authenticated user's Calendar List (subscribe). Use when the user wants another calendar to appear in their list. Do NOT use this to create a brand-new secondary calendar — use calendars create for that. Returns the new list entry including the calendar id.
Update a Google Calendar calendar list by ID Update Update a Calendar List entry's preferences (color, visibility, reminders) for a subscribed calendar. Use when changing how a calendar appears in the user's list without changing the calendar itself. Obtain id from the calendar list.

Toolboxes

Every team gets its own toolbox.

Scope Google Calendar toolboxes per team so each one sees what it needs.

  • Sales
  • Recruiting
  • Support
  • Executive
ElaichiToolboxes
Name Source template Tools Created

Sales toolbox

Google Calendar · customer calls and demos

Google Calendar starter 18 Mar 4, 2026

Recruiting toolbox

Google Calendar · interview panels and slots

9 Mar 2, 2026

Support toolbox

Google Calendar · on call rotations

24 Feb 27, 2026

Executive toolbox

Google Calendar · leadership calendars

Google Calendar starter 6 Feb 19, 2026

Marketing toolbox

Google Calendar · launch and webinar events

31 Jan 30, 2026

Operations toolbox

Google Calendar · shared room calendars

12 Jan 22, 2026

Shared connections

Teammates book meetings without holding credentials.

Each Google Calendar connection shows who connected it and which teams use it.

  • Sales EMEA
  • Recruiting
  • Support rota
  • Executive office
ElaichiConnections
Connection Scope Status Access
GO

Google Calendar (Sales EMEA)

Connected by Emma Laurent

Personal • Active 1 team · 6 members
GO

Google Calendar (Recruiting)

Connected by James Whitfield

Organization • Active 3 teams · 24 members
GO

Google Calendar (Support rota)

Connected by Sofia Ricci

Organization • Active 2 teams · 11 members
GO

Google Calendar (Executive office)

Connected by Daniel Ortega

Personal • Needs re-auth 1 team · 3 members
GO

Google Calendar (Marketing events)

Connected by Clara Nowak

Personal • Active Not shared
GO

Google Calendar (Facilities)

Connected by Michael Brennan

Personal • Active 2 teams · 9 members

Audit log

Every event change has a name on it.

When, who, what happened, type and resource for each Google Calendar call.

  • When
  • Who
  • What happened
  • Type
ElaichiAudit log
When Who What happened Type

2 minutes ago

Mar 6, 2026, 3:10 PM

E

Emma Laurent

[email protected]

Restriction Created Access

8 minutes ago

Mar 6, 2026, 3:04 PM

J

James Whitfield

[email protected]

Restriction Updated Access

14 minutes ago

Mar 6, 2026, 2:58 PM

S

Sofia Ricci

[email protected]

Role Assigned Access

20 minutes ago

Mar 6, 2026, 2:52 PM

D

Daniel Ortega

[email protected]

Google Calendar Users Updated MCP

26 minutes ago

Mar 6, 2026, 2:46 PM

C

Clara Nowak

[email protected]

Google Calendar Events Created MCP

32 minutes ago

Mar 6, 2026, 2:40 PM

M

Michael Brennan

[email protected]

Google Calendar Events List Toolbox

Launching soon

From answering questions to doing the work

A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards are launching soon, on the Black plan.

Automations

A schedule fires, the digest posts back.

Fetch events, group them, draft a digest, get approval, write to Google Calendar.

Google Calendar digest

Run 418 · started 2 minutes ago · on behalf of Emma Laurent

  1. Schedule

    Every weekday at 08:00

    0.2s
  2. Fetch events

    Google Calendar

    1.4s
  3. Group by owner

    Transform

    0.1s
  4. Draft the digest

    Agent step

    Ran with 4 tools, returned a structured summary

    6.2s
  5. Approve the digest

    Needs approval

    Assigned to Michael Brennan

    Approve
  6. Post the digest

    Google Calendar

    Queued

Collections and dashboards

Meeting load counted, not guessed.

Four metrics, 14 days of events created and a team breakdown, refreshed on schedule.

Google Calendar health

Refreshed 4 minutes ago · every 15 minutes · from the events collection

Live

Events

1,284 ↓ 12%

Calendars

96 ↓ 8%

Needs attention

3 ↑ 2

Updated this week

412 ↑ 9%

Events created

Last 14 days

By team

Share of activity

Sales EMEA 34%

Recruiting 27%

Support rota 21%

Executive office 18%

FAQ

Frequently asked questions

How do I connect Google Calendar to Claude?

Connect Google Calendar in Elaichi first: pick it from the catalog, sign in with your Google account, and approve access to your calendars. There is no OAuth application to register and no client ID or secret to generate. Then in Claude go to Customize, then Connectors, then Add, and paste https://api.elaichi.ai/mcp as the endpoint. Claude will ask you to sign in to Elaichi once and Google Calendar is available.

Does Google Calendar work with ChatGPT and Cursor as well as Claude?

Yes. Once Google Calendar is connected in Elaichi, the same endpoint, https://api.elaichi.ai/mcp, works in Claude, ChatGPT, Cursor, any other MCP client, and the Elaichi Agent. You connect Google Calendar once and every client you use picks it up.

What can an AI agent actually do with my Google Calendar data?

An agent can read your Google Calendar events for any date range, create new events and invite attendees, move or update events when plans change, delete events you no longer need, and check when several people are free. It can also list your calendars, create a new shared calendar, and look up a contact by name to invite them. Short, concrete asks such as "book 30 minutes with Priya on Thursday afternoon" work better than long paragraphs.

Does connecting Google Calendar give the AI access to every calendar in my company?

No. The AI only sees the Google Calendar calendars and events the person who signed in can already see, whether that is their own calendar or ones shared with them. Elaichi can narrow that access further, for example to read only, but it never widens it beyond what Google Calendar already allows that person.

Can my team share one Google Calendar connection?

Yes. One person connects Google Calendar in Elaichi and shares the connection with a team, so nobody else has to handle a sign-in or a credential. Each teammate still signs in to Elaichi as themselves, so every event created or moved in Google Calendar is recorded under the name of the person who asked for it.

Can I stop an agent from deleting or changing things in Google Calendar?

Yes. Restrictions in Elaichi apply per action, so you can allow an agent to read Google Calendar events and check availability while blocking it from deleting events or clearing calendars. A blocked action is never shown to Claude, ChatGPT, Cursor, or any other client, so no prompt can reach it.

What happens to a Google Calendar connection when someone leaves?

Offboarding a person in Elaichi ends their access to Google Calendar through every AI client at once. A Google Calendar connection they shared with a team keeps working for everyone else on that team. If you disconnect Google Calendar in Elaichi, it disappears from Claude, ChatGPT, Cursor, and every other connected client in one step.

Put Google Calendar in front of your team

Fourteen days on Gold, no credit card. Connect it once and pick what each team can call.