list_events

Pack: outlook-calendar · Endpoint: https://gateway.pipeworx.io/outlook-calendar/mcp

List upcoming events from the user’s Outlook / Microsoft 365 calendar within a time window. Returns subject, start/end times, location, organizer, all-day flag, and online meeting URL for each event. Defaults to the next 7 days. Use to see what meetings or appointments are scheduled.

Parameters

NameTypeRequiredDescription
startstringnoStart of the window as an ISO 8601 datetime (e.g., “2026-06-02T00:00:00Z”). Defaults to the current time.
endstringnoEnd of the window as an ISO 8601 datetime. Defaults to 7 days from now.
topnumbernoMaximum number of events to return (default 50, max 100).

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":"list_events","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.

Regenerated from source · build June 3, 2026