Divide the template of the appointment into several parts, one for each day in timeline month view

Hello:
Is the a way to do something like that? (taken from another library):


1 Reply

RR Ram Raju Elaiyaperumal Syncfusion Team October 4, 2024 06:51 AM UTC

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


Loader.
Up arrow icon