My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 1158: Recurring Events
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Merged:  issue 116
Owner:  ----
Closed:  Oct 2011


Sign in to add a comment
 
Reported by hamid....@gmail.com, Oct 26, 2011
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
FC doesn't understand recurring events out of the box. The event you've posted is just a single event going from start to end. "allDay" isn't meant for this.

You have to expand the recurrences in your calendar source.
Status: Done
Jan 9, 2012
Project Member #2 adamrs...@gmail.com
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

Powered by Google Project Hosting