Radzen Scheduler - Appointment Splitting

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 :joy:

Best Regards!

Hi @Pedro_Horta,

Yea, a picture is worth a thousand words indeed :slight_smile:

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.

Thanks for your quick answer :slight_smile: