Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Reschedule Event
Version 1.0.0
Create an event, patch its start and end times, then read it back.
Provider
Workflows
reschedule-event
Create an event then move it to a new time.
Creates an event via POST /me/events (201), updates its time via PATCH /me/events/{event-id} (200), then reads it via GET /me/events/{event-id} (200) to confirm.
1
createEvent
createEvent
Create an event at its original time on the default calendar.
2
moveEvent
updateEvent
Patch the event to change its start and end times. Returns the updated event object.
3
confirmEvent
getEvent
Read the event back to confirm the new schedule persisted.