Our pure JavaScript Scheduler component


Post by mikemcs »

I would like to use the startdate field to set the start date of the event. I want to prevent that event's start date from being moved any further out than 5 hours into the future by dragging. Is this possible to do?

I had hoped I could use constraintDate and "constraintType" => "startnolaterthan" to prevent the event from being dragged too far in the future, however, when I use the constraintDate it overrides the date and time the event starts to the constraintDate

Thanks, Mike


Post by mats »


Post Reply