Scheduler Appointment Time Recommendation

1 Answer 53 Views
Scheduler
Alan
Top achievements
Rank 1
Alan asked on 31 Jan 2022, 08:09 PM
We are using the scheduler to display the calendar for multiple resources (patient, provider, & room) and the scheduler is able to restrict events from being created that conflict with existing events. Is there a way to have the scheduler recommend event time when the 3 resources are free? Has anyone built out a function to create event on the calendar where multiple resources are available?

1 Answer, 1 is accepted

Sort by
1
Ianko
Telerik team
answered on 03 Feb 2022, 12:38 PM

Hi Alan,

I am not aware of a ready-to-use solution as the case entirely depends on the application and the exact requirements. 

For a custom solution, you can utilize the resourcesBySlot and slotByElement methods to define an available slot based on the resources. You will need also to incorporate the DataSource's API in order to traverse within the items:

https://docs.telerik.com/kendo-ui/api/javascript/data/datasource

https://docs.telerik.com/kendo-ui/api/javascript/data/schedulerdatasource

https://docs.telerik.com/kendo-ui/api/javascript/data/schedulerevent

Regards,
Ianko
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Scheduler
Asked by
Alan
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or