jquery-week-calendar
jquery-week-calendar copied to clipboard
A weekly calendar plugin based on jquery and jquery-ui
Multiday events render fine initially, because of the code introduced by http://github.com/fbeauchamp/jquery-week-calendar. However, when they are updated they fail to render. I can see in the code that none of...
If you call $calendar.weekCalendar("updateEvent", newValEvent); in the eventDrop handler, you'll get unexpected behavior - the first attempt to resize an event after a drag&drop will fail. I found out that...
Events are being displayed 1 hour early/late (depends on the directon of clock shift) on the day that clocks are being shifted backward/forward.