So i have a list of events and I would like to allow the user to create other events in between the existing ones but without any overlap.
Please see the example here https://testyyo.bubbleapps.io/version-test/date?debug_mode=true where I would like to add a new appointment between 12PM and 2PM. The user can decide the length of the event but CANNOT create it if it overlaps with any other events in that particular day. What woould be the smartes way to do this?
I am creating events from a popup (no directly in the calendar)
Would it work to provide them with a list of options to choose from instead of waiting to see if their desired time is available?
Like, instead of selecting 1 PM and waiting for the system to do a check and see if I could even book during that time, what if I was presented with an array of potential available events times?