Hi everyone. A while back I wanted to create some kind of automation that would change the color of some smart lights I have to red when I'm in a Teams meeting. Due to security I settled on creating a Power Automate flow to send an email to IFTTT which would then trigger the lights based on the subject in the email it received.
The setup that was working was
When an upcoming event is starting soon (V3)
If
Location contains Microsoft Teams
Send an email (V2)
Delay
Send an email (V2)
Else
End If
This is no longer working. It seems that "Microsoft Teams Meeting" is no longer the Location for these events. What else could I use? I tried if Body contains Microsoft Teams meeting, but that doesn't work either. I put non-Teams-meeting events on my calendar to block of time and would prefer if it didn't fire for those or for all day events, but I'm stumped.