Questions Tagged event-move
Scheduler - How to cancel event moving after server call
Answered: You should always call args.loaded() after switching to async processing (args.async = true). Like this: onEventMove: (args) => {
args.async = true;
this.moveItem(args)
.subscribe(re...
Constrain Event moves in Scheduler to within Parent Resource?
Answered: Oh, of course... after hours of searching docs, I find something mere seconds after asking. I'm assuming it will be handled in "Event Moving Customization" correct? https://doc.daypilot.org/scheduler...
Problem moving events
Good Morning, I'm initializing a scheduler javascript. I have a problem when I move the data. I was trying to create a method that would allow me to avoid overlap of events. Through a Request Daypilo...
How to move an event programmatically?
Answered: If you modify the event in .events.list and call update() it should be updated properly (as all events will be redrawn as part of the update). See also: http://api.daypilot.org/daypilot-scheduler-upd...
Questions 1-4 of 4