| Issue 1158: | Recurring Events | |
| 1 person starred this issue and may be notified of changes. | Back to list |
When I enter a recurring event that spans over several days but only during certain times each day, it doesn't display them correctly.
For example the following code:
{
title: 'Winter Break - No School',
start: new Date(2012, 0, 1, 8, 0),
end: new Date(2012, 1, 4, 15, 0),
allDay: false
},
In week view, the first day displays the start time of 8:00AM but then the following days, it highlights all the hours (12:00AM to 11:00PM) but then on the last day, it hightlights the hours until 3:00PM.
How can I get a recurring event (at the same time each day) to display properly in the week view (ie highlighting only the specified start and end time)?
Oct 27, 2011
Project Member
#1
althaus.it
Status:
Done
Jan 9, 2012
what althaus says is true, but there is an open issue for making it easier for developers (through whatever means). merging...
Status:
Duplicate
Mergedinto: 116 |
|
| ► Sign in to add a comment |