cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Creating an event using Flow renames other events

Hi there,

I think I might've found quite a strange bug in the latest Create Event flow for Microsoft Calendar,

Basically whenever I add a new calendar entry from a Flow, no matter when I set the dates for it will automatically rename all of the other calendar events that I have, even ones sent through from other colleagues!

I can't seem to find a workaround for this but also can't seem to find anyone else who has had the same issue, any help appreciated

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @Anonymous 

 

Yes you are correct. i can see the issue is in Get Events action  it will return you all the events and when loop through each it will update all the events, so what you need is to filter the results with the subject (PLEASE note subject should be unique or you get multiple results)

Example how you can filter:

Event3.png

 

-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

  

View solution in original post

6 REPLIES 6
DeepakS
Resident Rockstar
Resident Rockstar

Hi @Anonymous 

 

Could you please share a screen capture of the FLOW, i dont think if create event action should overwrite other calendar events.  

 

 

-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

ChristianAbata
Super User
Super User

hi @Anonymous  cloud you share an screanshot?



Did I answer your question? Please consider to Mark
my post as a solution! to guide others :winking_face:

Proud to be a Flownaut!


If you want you can follow me at www.christianabata.com Quieres contenido en español? Síguenos en Power Automate LA
Anonymous
Not applicable

I think I see what's causing it but I don't know the solution

So I have two flows, one which creates the calendar and one which updates it.

I was using the ID for the calendar for finding the correct calendar entry to update but it turns out it's just updating all of the calendar entries.

I was hoping the ID would be the Subject of the calendar but it didn't like that so it must be something behind the scenes, sharing some screenshots

https://imgur.com/a/koSaysT

Hi @Anonymous 

 

Yes you are correct. i can see the issue is in Get Events action  it will return you all the events and when loop through each it will update all the events, so what you need is to filter the results with the subject (PLEASE note subject should be unique or you get multiple results)

Example how you can filter:

Event3.png

 

-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.

  

Anonymous
Not applicable

Thanks, i've given this a test but it's not liking my parameters of Subject eq 'URN' - note URN is dynamic content, anything else I can try?

Screenshots: https://imgur.com/a/dWhkzKP

Error:

 

{
  "status": 400,
  "message": "Invalid filter clause\r\nclientRequestId: 26af65db-347b-4279-b129-4c2c73b70097\r\nserviceRequestId: 78ce318c-dc5d-4537-8c94-bfb824d70e07",
  "error": {
    "message": "Invalid filter clause"
  },
  "source": "office365-uks.azconn-uks-01.p.azurewebsites.net"
}

 

Anonymous
Not applicable

Ah, I answered my own question 🙂

I just had to add single quote marks eitherside of the dynamic content URN and we're in business now. Thanks

Helpful resources

Announcements
Power Automate News & Announcements

Power Automate News & Announcements

Keep up to date with current events and community announcements in the Power Automate community.

Community Calls Conversations

Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Automate Community Blog

Power Automate Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Users online (2,636)