jquery-week-calendar
jquery-week-calendar copied to clipboard
Drag ignores freeBusy
Similar to bug 139, there is an issue with the way eventDrop is called from _addDroppableToWeekDay.
The drag/drop also does not pay attention to freeBusys. For example, in Demo 3, you can drag events on to the Busy area. To change this behaviour you need to pass FreeBusyManager and calendar to eventDrop, so that the user can implement the same freeBusy checks as are implemented in eventNew.
Surely this has been reported before ?
You somehow have solved this problem?
I have made a lot of custom changes for my application since then, so I cant remember exactly how I got round this issue.