Hi Nevitha,
Thanks for your suggestion. It's not exactly what I need. But I think I've found a solution. When I create my dataset (remote), I've the following process (in my simplified example I use 1 day, say June 1st, 2021):
- In a form the user can add his/her availability like:
- 09:00 - 12:00
- 14:00 - 16:00
- When I render the dataset for the user, I loop through the availability for this user and create blocked appointments like this:
- StartTime: 2021-06-01 00:00, EndTime: <start time of the first available slot the user added>
- StartTime: <end time of the first available slot the user added>, EndTime: <start time of the next available slot the user added>
- etc.
- When the schedular is rendered, people can only plan for this resource in the available slots.
Best regards,
Klaas