Our team wants to be able to set a red light/green light as the topic for a slack channel based on whether there is currently a meeting on the calendar
I was able to get this to work, but there’s an edge case where it doesn’t work.
My current Zap looks like:
- Trigger on event start
- Set channel topic to red-light
- Delay duration of evenet
- Set channel topic to green-light
The problem with this is in the event that there are concurrent events. E.g., a long event goes from 12 to 1, a short event goes from 12:15 to 12:45. My Zap would set red-light at 12, do so again at 12:15, but then green-light at 12:45 even though another event is still going on.
One possible way to fix my current Zap would be to have some way to check if there’s another, concurrent meeting, but I haven’t seen a way to do this.
How would I be able to set the status as red/green based on the if there is or isn’t a meeting on the calendar at any given time?