Blazor Scheduler Example - Different Work Days
This demo showcases the different available dates of doctors and their appointments on those days.
In this demo, different working days are assigned by passing the WorkDays collection for each doctor to show their available dates. On each of their available dates, their daily available
time range is also depicted by mentioning the StartHour and EndHour for each doctor. These values needs to be provided along with the resource
DataSource by mapping the appropriate fields namely WorkDaysField,StartHourField, and EndHourField.