BundleUp logo
S

Google Calendar

Google scheduling for creating, reading, and managing calendars and events.

https://www.googleapis.com
https://calendarmcp.googleapis.com/mcp/v1
Agent
const bundleup = new BundleUp('Zw7Lt7...');

const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools();
Proxy
const bundleup = new BundleUp('Zw7Lt7...');

const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');

Unified MCP Tools

me
Get the Google Calendar account the connection is authenticated as.
events
Retrieve events from the primary calendar of the connected Google account.

Unified API Endpoints

/me
Retrieve the Google Calendar account this connection is authenticated as.
/calendar/events
Retrieve events from the primary calendar of the connected Google account.

We use cookies to understand how you use our site and to improve your experience. Analytics cookies are only set once you accept. See our Privacy Policy for details.