Open s0m3dud3 opened 14 years ago
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
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.
A bit done, still buggy though: https://github.com/Edgesystems/jquery-week-calendar/blob/master/jquery.weekcalendar.js
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!