jquery-week-calendar icon indicating copy to clipboard operation
jquery-week-calendar copied to clipboard

Drag ignores freeBusy

Open cpjolly opened this issue 13 years ago • 2 comments

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 ?

cpjolly avatar Jun 27 '12 13:06 cpjolly

You somehow have solved this problem?

TuiKiken avatar Jul 19 '12 16:07 TuiKiken

I have made a lot of custom changes for my application since then, so I cant remember exactly how I got round this issue.

cpjolly avatar Jul 19 '12 17:07 cpjolly