Is it possible to have built in component like appointment managing system. Where a host user can close and open a time slot, cancel an appointment and the client user can book and cancel an appointment? Thanks
You can already build this. What specific component features are you looking for that aren’t available?
Deborah Hearne: Similar to Calendly,
- The service provider user can select times that they are available, usually in blocks of time like 15, 30, and 60 minutes.
- When the client user goes to schedule an appointment, the client user sees only the times that the service provider user made available to be booked.
- The client user selects one of the time slots, and taps a “Schedule Appointment” button.
- Then the selected time block is scheduled, and removed from view for any other users that are trying to schedule time with the same service provider user.
Is this currently possible Deborah Hearne ?
All the best,
Nick
Nick Morgan: I belive this can be done with the date input and a collection with the appointment times.
Deborah Hearne: For example, this is what the time blocks look like in Calendly. Is some thing like this possible?
Nick Morgan: Similar but not the exact same.
Deborah Hearne: For my needs, I would use a date picker for the date, and then would like to use the time blocks for provider user availability and client user time selection. How would this be done in Adalo?
Nick Morgan: You would use the date picker component and combine it with a list component for the times.
