web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : yOhfxs9ODgUxaIFu9fmv/o
Power Automate - Building Flows
Answered

How do you make a calendar event repeat every year?

Like (0) ShareShare
ReportReport
Posted on 28 Mar 2024 17:33:13 by 445

I'm building a flow to add birthdays to a M365 Group calendar. I'm not seeing a way for PowerAutomate to make these reoccur every year.  

 

SUPER simple request that should be available out of the box but I'm betting it's either not at all possible or would take a day of building a child flow just to tik a box in Outlook calendar 🫤 

I have the same question (0)
  • Verified answer
    anthonys123 Profile Picture
    445 on 30 Mar 2024 at 17:12:47
    Re: How do you make a calendar event repeat every year?

    SOLVED 

     

    For anyone looking to create a repeating event, like a birthday or anniversary, or holiday, I've found a solution that's working for me.  

     

    I was able to create an event using Create O365 Group Event. I then went to the calendar and manually set that event to repeat every year. Using Graph API, I could find this event and see the relevant values needed to make it repeat: "recurrence" and "range"

     

    Using the O365 Group Send HTTP Request action, I could PATCH the event with these desired values. 

     

    Screenshot 2024-03-30 at 1.03.53 PM.png

     {
     "recurrence": {
     "pattern": {
     "type": "absoluteYearly",
     "interval": 1,
     "month": "@{outputs('ComposeMonth')}",
     "dayOfMonth": "@{outputs('ComposeDay')}",
     "firstDayOfWeek": "sunday",
     "index": "first"
     },
     "range": {
     "type": "noEnd",
     "startDate": "@{triggerBody()?['text']}",
     "endDate": "0001-01-01",
     "recurrenceTimeZone": "Eastern Standard Time",
     "numberOfOccurrences": 0
     }
     }
     }

     

  • anthonys123 Profile Picture
    445 on 28 Mar 2024 at 19:38:52
    Re: How do you make a calendar event repeat every year?

    Well poop. That is not present in a M365 Group Event. 

  • Andrew_J Profile Picture
    1,962 Moderator on 28 Mar 2024 at 19:13:10
    Re: How do you make a calendar event repeat every year?

    @anthonys123 

     

    I am confused in Create event (V4) there is a setting as below:

    Andrew_J_0-1711653133784.png

    I hope that helps.  I assume you are okay with the rest of the flow.

     

    Regards,

     

    Andrew

     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 736 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 396 Moderator

#3
Power Apps 1919 Profile Picture

Power Apps 1919 339

Last 30 days Overall leaderboard
Loading complete