Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Schedule Event
Version 1.0.0
Create a calendar event, then read it back to confirm the booking.
Provider
Workflows
schedule-event
Create a calendar event and confirm it by reading it back.
Creates an event via POST /me/events (201), then reads it via GET /me/events/{event-id} (200) to confirm the booking.
1
createEvent
createEvent
Create an event on the default calendar with the supplied subject, time range, location, and a single required attendee.
2
confirmEvent
getEvent
Read the created event back by id to confirm the booking.