How to allow users to charge different prices for their vacation rentals by date?

Hi everyone,

I am creating a vacation rental site (pretty much the airbnb template).

Is it possible to allow hosts to change rental rates based on a calendar they create or at least a weekend/weekday option? That way they can make periods of higher demand more expensive.

How would you do this in bubble? I am a new user and appreciate any feedback!

Thanks!

Hi I would create a rate database table with values for each day - then allow the property owner to change the price of each day or bulk update days.

Then you can calculate the cost of the stay by looking up the rate for each day of the stay.

Simon