Hi @omeriqbal
Please see the screenshot below: You can get the ShowAs field and use that to check if the value is busy (filtering event based on the start and end date) and then send an email
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @omeriqbal ,
Please try to refer following image to configure Flow.
Use Show as to determine Status to show during the event:
Image reference:
Hope it helps.
Best Regards,
I figured a way to do this using "Get Calendar of Events", but it's running into an error. I will post a separate question for that because it looks like a service error.
Basically, the way to do this is:
When a new event is created (V2)
->
Get calendar view of events (V2) [StartTime = StartTime of When a new event is created & EndTime = EndTime of When a new event is created (V2)]
->
Apply to each
Condition
"Show as" is equal to "Busy" (or 2 -- I have to test both)
If Yes
Send an email or Decline, etc.
Stop Flow