Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Provision a Calendar and Add an Event
Version 1.0.0
Create a new calendar, add an event to it, and read the event back.
Provider
Workflows
provision-calendar-and-add-event
Create a calendar, add an event to it, and confirm the event.
Creates a calendar with a name and color, creates an event within it, and fetches the event to verify it persisted.
1
createCalendar
createCalendar
Create a new calendar in the default calendar group with the supplied name and a UI color.
2
addEvent
createEventInCalendar
Create an event with subject and start/end times inside the new calendar.
3
confirmEvent
getEvent
Read the event back to confirm it persisted with the expected subject and times.