Our pure JavaScript Scheduler component
The calendar config I use works well for almost all cases, except when I try to drop an event very close to the latest datetime of availability
Here is the calendar config error I get <CalendarID> calendar does not provide any working time intervals, but as you can see the config I have attached below, I am providing a working time interval.

- CalendarConfigError.jpg (34.27 KiB) Viewed 76 times
This is the config for the calendar:

- CalendarConfig.jpg (30.46 KiB) Viewed 76 times
Am I missing some config?
That might be caused by many reasons. As example, there is not enough space of working period to schedule the event. As example, you have constraints for startDate of the task you try to schedule and it cannot be scheduled in available period.
But better to check what exactly is going on. Could you please attach full JSON with data you used and steps to reproduce this?
Hey dphilip@kinaxis.com,
That happens because you're trying to move your event outside the working calendar pre-defined.
It's expected to work that way.
What's your suggestion/expectation about how that should work??
When we drag an event outside of the available zone, it should automatically "cancel the changes and do nothing".
Is there a way to configure SchedulerPro to "pick" this option, without the error dialog?