Hello,
I am not sure that I understand, you can set capacity you need. Object can have for example capacity 5. First customer will book a day with capacity 1. It means that this object will be still available in that day with capacity 4.
If anybody book a day with capacity 5, it will disable it for other customers.
Day can be disabled only if object capacity is fully used.