DayPilot.Scheduler.onEventMoved - no way to check for original even dates
4 months ago.
Hi Dan,
on the DayPilot.Scheduler.onEventMoved, onEventMove, onEventResized, and potentiall others, there is no official way to retrieve the event’s original start and end. I see there is an undocumented args.e.orig as well as args.e.cache, which both carry the previous values.
Would it be possible to “officially” expose args.e.orig and add it to TypeScript?
It’s really handy for specific checks before sending off the request to the backend.
Cheers
Leo
DayPilot