search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Disable event overlap

Related article: Angular 5 Restaurant Table Reservation (PHP/MySQL)
Asked by Jason
6 years ago.

Hi there,

My application wants to allow users to enter time to modify their existing booking, however scheduler doesn't check the time range, so some bookings could be overlapped. I know that scheduler has some functions to disable overlap event by "Don't allow user to select the time range", but do you have anything that could check user's input time range? Or do you have any ideas about preventing event overlap?

Regards,
Jason

Answer posted by Dan Letecky [DayPilot]
6 years ago.

The Scheduler can prevents overlap during drag and drop operations (https://doc.daypilot.org/scheduler/event-overlaps/). However, if you need to check the validity of the input values in a modal dialog you need to check the values against the database during form submission.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.