Outlook
Microsoft email and calendar via Graph for reading, organizing, and sending messages and events.
https://graph.microsoft.com
Terminal
curl https://proxy.bundleup.io/[...] \
-H "Authorization: Bearer Zw7Lt7..." \
-H "BU-Connection-Id: conn_abc123" Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the Outlook account the connection is authenticated as.
events
Retrieve events from the calendar of the connected Outlook account.
Unified API Endpoints
/me
Retrieve the Outlook account this connection is authenticated as.
/calendar/events
Retrieve events from the calendar of the connected Outlook account.
