How to move an event programmatically?
12 years ago.
I have a use case where multiple events are linked together in time so that when one is moved or resized, the same operation should be performed on all the other linked events. I have tried dp.update(), dp.events.update() but both are not working. How can I do that? Thanks.
DayPilot