Different work hours for each days in Blazor Scheduler Component

Hi, 

I'm currently implementing functionality using the Blazor wasm Scheduler component.

I need to be able to set the Work Hours for each Employee that is displayed in the Scheduler component.
I'm using the following article as a reference

https://blazor.syncfusion.com/documentation/scheduler/how-to/different-work-hours-for-each-days

In the referenced example you reference the Employee (Doctor) by index when updating the Work Hours.
How do I figure out which Employee is located at each index, so that I am able to update the correct Employee?

Best regards


4 Replies

AK Ashokkumar Karuppasamy Syncfusion Team May 20, 2024 11:25 AM UTC

Dear customer,

Based on the provided order in the list, indices will be allocated. For example, in the screenshot below, Nancy's index is 0 and Steven's index is 1. This is the way to update the indices.



Regards,

Ashok



HA Harshad October 10, 2025 05:14 PM UTC

Is it possible to have multiple time spells on a single day as working hours?  For example, Mond 9:00 AM to 12:00 PM and 3:00 PM to 6:00 PM? Also, is it possible to book an appointment during the hours outside of working hours?

Thanks

Harshad




HA Harshad October 10, 2025 05:35 PM UTC

I just tried and realized that it IS possible to book an appointment during the hours outside of working hours.  SO that is fine.

Just need to know the way to have split working hours on a given day as I mentioned before, if it is possible.


Thanks

Harshad




VN Viswajith Nagarajan Syncfusion Team October 13, 2025 01:03 PM UTC

Hi Harshad,


Thank you for following up on your question regarding the Blazor Scheduler component and for sharing the details of your testing. We're glad to hear that booking appointments outside of working hours is functioning as expected.


Regarding your inquiry about supporting multiple time intervals (e.g., split intervals like 9:00 AM–12:00 PM and 3:00 PM–6:00 PM) as working hours on a single day, we truly appreciate you bringing this up—it highlights a valuable enhancement for more flexible scheduling scenarios.


After reviewing the current capabilities, we've confirmed that this specific functionality is not currently supported within the Scheduler's work hours configuration. Currently, there is no built-in option or workaround available to achieve split working hours.


Don't hesitate to get in touch if you require further help or more information.



Regards,

Viswajith Nagarajan


Loader.
Up arrow icon