Hi,
I'm trying to get a flow working that will run every day checking if an event (out of office) is starting that will continue for at least 30 days. I figured out the Get calendar view of events (V3) is good place to start as I get this output:

It lists both start and end date as long as start date is on the day the flow is running. I can't figure out how to make use of the start/end dates to sort out the ones I want to pick up. Can I use dateDifference expression somehow? or what would be the best option?
In the end I want to automate sending an email if I discover any employee that will have an extended leave, so if you think I should use a completely different approach I'm all ears!