Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Get Calendar View of Events (V3) Recurrence Returning None When Meeting is Recurring

(0) ShareShare
ReportReport
Posted on by 21

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

 

outlook-calendar-view.png

 

Power Automate Flow Overview

flow-overview.png

Get Calendar View of Events (V3) Output:

 

flow-output-1.png

 

flow-output-2.png

 

flow-output-3.png

 

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!

  • Hardesh15 Profile Picture
    7,087 Super User 2024 Season 1 on at
    Re: Get Calendar View of Events (V3) Recurrence Returning None When Meeting is Recurring

    @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.

    @Hardesh /Gopenly.in

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1