Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Schedule an Event with an Attachment
Version 1.0.0
Create a calendar event, confirm it, then attach a file to it.
Provider
Workflows
schedule-event-with-attachment
Create a calendar event and attach a file to it.
Creates an event with start/end times and an attendee, fetches it to confirm, and adds a file attachment to the event.
1
createEvent
createEvent
Create an event on the default calendar with subject, body, start/end times, and a required attendee.
2
getEvent
getEvent
Read the created event back to confirm subject and scheduling before attaching content.
3
addAttachment
addEventAttachment
Attach a base64-encoded file to the event using the fileAttachment OData type.