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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How do you make a cale...
Power Automate
Answered

How do you make a calendar event repeat every year?

(0) ShareShare
ReportReport
Posted on by 465

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 🫤 

Categories:
I have the same question (0)
  • Andrew_J Profile Picture
    1,962 Moderator on at

    @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

     

  • anthonys123 Profile Picture
    465 on at

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

  • Verified answer
    anthonys123 Profile Picture
    465 on at

    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
     }
     }
     }

     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 605

#2
Valantis Profile Picture

Valantis 340

#3
11manish Profile Picture

11manish 284

Last 30 days Overall leaderboard