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

Event can't span multiple days

Open s0m3dud3 opened this issue 15 years ago • 3 comments

When an event with a start time date that's different to the end time date is returned, the event doesn't show on the calendar. Also, there doesn't seem to be a way of creating a multi-day event by dragging across multiple days. Thanks!

s0m3dud3 avatar Apr 17 '10 01:04 s0m3dud3

I tried to fix it : http://github.com/fbeauchamp/jquery-week-calendar/commit/155cabb01bb78c1777bfca8819d3075ed1c2bd32

I didn't find a reliable way to allow creating or dragging event spanned accross multiple days

fbeauchamp avatar May 28 '10 12:05 fbeauchamp

Outlook allows horizontal dragging only for "All day events". It might be a good place to start and if the user wants it to be a "meeting like" event (within a day) then he would have to double click on it and change the from..to interval explicitly.

jonozzz avatar Aug 02 '10 23:08 jonozzz

A bit done, still buggy though: https://github.com/Edgesystems/jquery-week-calendar/blob/master/jquery.weekcalendar.js

edge90 avatar Mar 22 '12 11:03 edge90