Timeslot generator, how to?

How do you create available timeslots the wappler way? In bubble, there are many plugins that are readily available if you need one.

Scenario, the user can choose from available dates and time to book for an event.

I’ve made solutions for this. I have the database set up to store the booked timeslots and then a query to show those in a visual way using the calendar module. It’s not a few-clicks instant solution but you can produce exactly what you need.

I built a complete CRM for a client which includes appointment booking along with invoicing, order and customer management, all in Wappler.

Any other solution to this?

Like this one

  • Based on the opening and closing time of the day, generate timeslots every 30mins.
  • Then, filter those slots to removed booked time slots.

Yes, you can do this using the server-side tools.

If you use the fullcalendar plug-in, you can achieve full diarying capabilities including busy/free timeslots visualisations (with busy timeslots fed from a database)

Do we have full calendar plugin in wappler? Sorry. Still new to this

Yes. Probably with worked examples on YouTube as well