Imagine I’m building a scheduling app for a hair salon.
The client booked an appointment for 9 am.
I need to generate a list of stylists (resources) who are available at that time. (Availability means the 9 am - 10 am is within their working hours and they don’t have any overlapping appointments).
I have a time slot (with separate starts/stops) and I need to flag which resources are available.
I understand there is the Full Calendar Scheduler Suite and other timeslot generator plugins. But I’m unable to get it to satisfy my use case.
Is there a way to do this without a plugin, using logic within Bubble?