Questions Tagged resize

Event overlap javascript

Answered: Found a solution: dc = dp.resources[x].children[y].id; var dcStart = dp.events.find(dc).data.start; var dcEnd = dp.events.find(dc).data.end; var deStart = args.start.addMinutes(30); var deEnd = args....

Multi Resizing

Hi. We are currently evaluating Daypilot Scheduler. Very satisfied with the multiselect and multimove features. But we are missing the option to select multiple events and then resize all selected si...

Reject new values from server-side

Hi, I’m using DayPilotScheduler resize event, to update new start and end dates of my events into data base. Before accept those changes, some server-side validations are done and new values must be ...