EventMoveJavaScript supports the following variables:
- e (DayPilot.Event object)
- newStart (DayPilot.Date object)
- newEnd (DayPilot.Date object)
- ctrl (boolean)
- shift (boolean)
The Scheduler and Calendar also support these:
- newResource (string)
- external (boolean)
See also:
https://api.daypilot.org/daypilot-calendar-oneventmove/
https://api.daypilot.org/daypilot-month-oneventmove/
https://api.daypilot.org/daypilot-scheduler-oneventmove/
EventMoveJavaScript is translated to onEventMove client-side event handler. It uses api=1 mode.
If you change your code like this it should work:
EventMoveJavaScript="window.location.href = 'schedule.aspx?ID=' + e.id() + '&newstart=' + newStart"
Let me know if it didn't help.