I built a manually triggered cloud flow that only uses the action "Get calendar view of events V3" and with start time
utcNow() and end time
addDays(utcNow(),14). It does not return recurring events in my calendar that began before the start time parameter. According to this
thread it should return such events.
How to get all events in a certain time period including recurring events?