Microsoft Office 365 · Arazzo Workflow
Microsoft Office 365 Find Event in Window
Version 1.0.0
Query a calendar view for a time window, then read the first event found.
Provider
Workflows
find-event-in-window
Get a calendar view for a window and read the first event if any.
Requests a calendar view via GET /me/calendarView (200), and when events exist reads the first via GET /me/events/{event-id} (200).
1
getCalendarView
getCalendarView
Get the occurrences and single instances of events that fall within the supplied time window, ordered by start time.
2
readFirstEvent
getEvent
Read the first event found in the window by id for its full detail.