Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Respond to Invitation
Version 1.0.0
Read an event, then accept or decline it based on a desired response.
Provider
Workflows
respond-to-invitation
Accept or decline a calendar event based on the requested response.
Reads an event via GET /me/events/{event-id} (200), then branches: accepts via POST /me/events/{event-id}/accept (202) or declines via POST /me/events/{event-id}/decline (202).
1
readEvent
Read the event by id to confirm it exists before responding, and decide which branch to take based on the requested response.
2
acceptEvent
Accept the event and send a response to the organizer. Returns 202 Accepted.
3
declineEvent
Decline the event and send a response to the organizer. Returns 202 Accepted.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.