Hi Vicente José,
In the current Scheduler architecture, splitting an
appointment into several parts is not possible. However, you can achieve a
similar structure using the template. Please note that splitting the event on a
specific timescale can be complex using this method.
Demo: https://ej2.syncfusion.com/angular/demos/#/fluent2/schedule/events-template
Api Reference: https://ej2.syncfusion.com/angular/documentation/api/schedule/eventSettings/#template
Instead of splitting the same appointment into multiple
parts, you can render different appointments to achieve your desired outcome.
For your convenience, we have prepared a StackBlitz sample.
Kindly check the sample here:
https://stackblitz.com/edit/angular-tyugyo
Regards,
Ram