Greetings, everyone.
I am in the beginning stages of my flow design, and I am noticing the output of the Get Calendar View of Events (V3) is returning none for recurrence when the meeting was set up as recurring.
Outlook Calendar View
Power Automate Flow Overview
Get Calendar View of Events (V3) Output:
Ultimately, I want my flow to only handle recurring meetings taking place on the calendar for that particular day. All other meetings without a recurrence will be ignored.
Does anyone know how I can ensure that recurrence does not return none for meetings that are recurring?
My end goal will require knowing the start date and end date for the recurrence. I assume that if recurrence is TRUE, the start and end dates will be included in the output, right?
Thank you!
@flyingspoon Currently Get Calendar view of events (V3) does not give recurrence value. As per Microsoft DOC, it will always return as 'none'
Link- Office 365 Outlook - Connectors | Microsoft Docs
You can compare recurrence meeting subject and find start and end dates. To compare meeting subject, first use select action and pass subject in the map field (do not use key value pair). Then do union of select output that will give you unique subject. After that use apply to each and pass compose output in apply to each value. Inside Apply to each, use one filter array and pass value from get events from calendar action and compare subject with loop current items. If length of filter output is more than 1 then its recurrence events.
Please 'Thumbs Up' the posts that helped you and 'Mark as Solution' if my post answered your question.
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2