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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Update Event (V2) and ...
Power Automate
Answered

Update Event (V2) and send the updated event to all Attendees.

(0) ShareShare
ReportReport
Posted on by 28

I have a SharePoint calendar list called: "Stay Calendar" When an item is created in this calendar it goes through content approval. And when the item is approved(using OOTB approval process) I have a FLOW called "Stay Calendar FLOW" which will Create event (using Create Event(V2)) and sends calendar invitation to all attendees that are in included in the event's attendees.s

Stay Calendar FlowStay Calendar Flow

I also created another FLOW called Update Calendar FLOW, that should update the respective attendees with the updated event info when a particular event is updated. Meaning when a particular event in "Stay Calendar" is updated (say Day or time or Title) and when the updated event is approved, the Update Calendar FLOW should update all attendees with the updated outlook invitation. But my Update Calendar FLOW doesn't seem to work. Any advice is appreciated. 

 

Update Calendar FLOWUpdate Calendar FLOW

Categories:
I have the same question (0)
  • Verified answer
    v-xida-msft Profile Picture
    on at

    Hi @Yudistara,

     

    Could you please show more details about the issue within your flow?

    Further, could you please show a bit more about the error message?

     

    I think there is something issue with your Stay Calendar Flow, the "Create event (V2)" action would create Outlook events within your Outlook calendar based on the amount of the Attendees of the new created SharePoint calendar event. In other words, if there are 4 attendees within your new created SharePoint calendar event, the "Create event (V2)" action would create 4 events within your Outlook calendar.

     

    I have made a test on my side and please take a try with the following workaround:

    Stay Calendar Flow:

    • Add a "When an item is created" trigger, specify Site Address and List Name set to your Event list.
    • Add a Variables->"Initialize variable" action, Name set to Attendees, Type set to String and Value set to empty.
    • Add a "Apply to each" action, input parameter set to Attendees dynamic content of the trigger. Within "Apply to each" action, add a Compose action, Inputs field set to following formula:
    concat(item()?['Email'],';',variables('Attendees'))

    Add a "Set variable" action, Name set to Attendees, Value set to output of the "Compose" action.

     

    • Under "Apply to each" action, add a "Create event (V2)" action, specify Calendar id, Required attendees field set to Attendees variable, type ID dynamic content of the trigger within the Body field of the "Create event (V2)" action, Is HTML field set to Yes.

    Image reference:16.JPG

    17.JPG

     The flow works successfully as below:

    18.JPG

     

    19.JPG

     

    Update Calendar Flow:20.JPG

     

    21.JPG

    Within Condition box of the "Filter array" action, click "Edit in advanced mode", type the following formula:

    @and(contains(item()?['Body'], string(triggerBody()?['ID'])),contains(item()?['Body'], triggerBody()?['Description']))

     

     

    Best regards,

    Kris

     

     

     

  • samstamey Profile Picture
    2 on at

    Hello,

    I am trying to create a flow for a sharepoint calendar that when someone enters an an event it will go through an approval process then will be posted to a sharepoint calendar once it's approved. It sounds like you have a solution for that. Would you mind sharing that wth me?

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 503 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 321 Moderator

#3
abm abm Profile Picture

abm abm 237 Most Valuable Professional

Last 30 days Overall leaderboard