Hello,
I am using the eventTemplate to have a custom implementation of an appointment in the schedule. I am trying to display the live timestamps changes on the drag and resize events in my eventTemplate, but it seems the dragged element is a clone of the appointment and I don't know how to display these modifications in real time in my custom template.
Note that when using the default template of syncfusion, the timestamps are changing in the clone elements as well. I want to replicate this behaviour.
Thank you!