Greetings,
I'm wondering if the Radzen Scheduler Component prevents the case an appointment last through out the lunch break or end of workshift and needs to be extended past that time
I tried to mock up something so it would be easier to understand
Unfortunately RadzenScheduler does not support the requested behavior - it cannot split appointments. You would need to do that manually by "splitting" your data before feeding it to the scheduler. For example if an appointment overlaps with lunch hour - split it in two by removing the original from the collection and adding two new items.