Hi all
We’re using a Calendly booking system to ensure our office doesn’t go over the allowed 32 spots.
The idea is for people to book in a spot whenever they want but once a day at 9:00am the bot posts the event which contains the number of spots filled along with the names of the people who have booked in.
My thinking is calendly- append data - release to slack at 9:00am each weekday
problem is how do I ensure it’s just grabbing data for that day?
thanks