get_event
Pack: outlook-calendar · Endpoint: https://gateway.pipeworx.io/outlook-calendar/mcp
Get full details of a single Outlook / Microsoft 365 calendar event by its ID. Returns subject, start/end times, location, organizer, attendees, body, all-day flag, and online meeting URL. Use after list_events to inspect a specific meeting.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | yes | The Microsoft Graph event ID to retrieve. |
Example call
curl -X POST https://gateway.pipeworx.io/outlook-calendar/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_event","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"outlook-calendar": {
"url": "https://gateway.pipeworx.io/outlook-calendar/mcp"
}
}
}
See Getting Started for client-specific install steps.