I used the Airtable tutorial on making a booking system (https://www.youtube.com/watch?v=ES1RyNPv_Kg&t=246s) which got me 90% of what I need. Now, I need time slots to remain persistent based on the team selected. For example:
I have a 6 PM, 7 PM, and 8, PM time slot open, but I also have 3 different teams with those time slots available. If team A is selected for the 6 PM time slot, I need that slot to vanish if the user selects team A from the drop-down on the next booking. I also need the 6 PM slot to show up for Teams B and C until those are selected.
It's almost like taking the basic booking system but enhancing it so you can schedule time with different yoga teachers who are available during the same time slot, while simultaneously preventing double-booking by employing a filtering mechanism similar to the basic booking system tutorial.
Any help is appreciated.