Calendar 'Contains' Operator

So, you’ll have an object (what Bubble calls a Thing) in your database that represents a Reservation. There are many ways to do this, but for the sake of example, let’s say it’s like this

A Reservation has a start and end time which you store as a date range. Further it would be associated with a Room, right?

So it would at a minimum look like this:

And then, for example, if you want to get all reservations that are on some certain day, that search is like:

In the above “Calendar Grid Pro’s Date Clicked” is just 12:00 AM on some given day.

1 Like