Booking Calendar - set occupied time as unavailable

Sorry the bad language in the title - I am not sure how to explain this in good english (not my native language).

If I have a calendar used for booking, and someone reserves monday 4pm to 5 pm, is there a way to make that period of time unavailable for others to book as well?

2 Likes

I would like to know this too.

Same here, except i am trying to create a limit on the amount of users that can book the time

Hi there!

I’m not sure this will apply to your use case, but you may be able to filter which records are available for your users to view in your Calendar view. For example, if you’re using a connection field to a User Role table in your Bookings table, you could apply a data source filter in your Calendar view where only the records that have a blank value for the User Role connection field will display in the view. See example here:

You can learn more about filtering which records show in your view here: Source: Which Records Will the View Display - Knack Knowledge Base