Distinguish and retrieve occurrences, exceptions, and the series master for a Microsoft Graph recurring calendar event

domain: learn.microsoft.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Identify a recurring event's type field: seriesMaster (the pattern owner), occurrence (unmodified instance), or exception (a modified instance).
  2. Call GET /me/events/{seriesMasterId}/instances?startDateTime={start}&endDateTime={end} to list occurrences and exceptions within a range in one call.
  3. To fetch exception ids directly from the master, GET the seriesMaster event with $select=exceptions (or $expand) — exception ids are only returned when explicitly selected.
  4. When updating a single occurrence (time, subject, attendees), PATCH that specific instance id; Graph converts its type to "exception" automatically.
  5. Remember occurrences canceled outright from the series are not included in the instances listing or the master's occurrences property — track deletions separately.

Known gotchas

Related routes

Expand Google Calendar recurring events and correctly handle exception instances (moved/modified occurrences)
developers.google.com · 5 steps · unrated
Use transactionId to make Microsoft Graph calendar event creation idempotent under client retries
learn.microsoft.com · 5 steps · unrated
Create, renew, and handle lifecycle notifications for Microsoft Graph calendar change-notification (webhook) subscriptions
learn.microsoft.com · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans