jquery-week-calendar
jquery-week-calendar copied to clipboard
Multiday event
Looks like the multiday event is not working. When I drag a multiday event to somewhere else, only the first part of the event is being dragged.
Example Event: Start: Wed 10PM End: Thu 2AM
Action: Drag to Wed 5PM There are 2 events now: One from Wed 5PM to 7PM and one from Thu 0AM to 2AM.
hello Brechtvhb, how did you solved this problem about multiday events? Same problem here
Is this the same as issue #88 ? https://github.com/themouette/jquery-week-calendar/issues/88
Maybe this project http://arshaw.com/fullcalendar/ does what you require. A single event can span multiple days and acts like a single event when dragging.
That is a whole month calendar, but it can be configured to act like a week calendar by using the option:
defaultView: 'agendaWeek'
It does not have native disable overlap capability, but you could implement that yourself if required.