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

Multiday event

Open brechtvhb opened this issue 14 years ago • 2 comments

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.

brechtvhb avatar Aug 24 '10 14:08 brechtvhb

hello Brechtvhb, how did you solved this problem about multiday events? Same problem here

jjjeroenski avatar Mar 15 '11 21:03 jjjeroenski

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.

robotdan avatar Oct 27 '11 14:10 robotdan