I have some events that repeat, and a view that shows upcoming events in a table.

After upgrading to the latest date & calendar modules, the date field is blank for repeating events, except for the first instance.

Comments

markDrupal’s picture

I had this issue on my site, but I noticed that the correct check boxes were not selected in the "Advanced" setting of the date repeat options. Look to see if you have things checked correctly in that section.

After Checking "Every Monday" or "Every Tuesday" I got the repeating nodes to show up on the calendar

dugh’s picture

I just double-checked, making an event repeat monthly, and the event shows up repeated times in an upcoming events block (table view), but the date field is blank.

ti2m’s picture

same here. the repeating dates show up when you select "first", "last" or "grouped" which all doesnt make sense in my case. I need all dates to show up in a sorted order. Problem lays in $node->date_repeat_show to be FALSE in date.module. Tryied to work around it in the lower part of date_prepare_node() (where I guess it belongs), but you don't get there when its just a block ($node->view == null). so I just set it to TRUE in line 525, which is probably a really bad idea in general, but it works for me as I'm not using that many other views. Maybe there is an easier way... let me know

dugh’s picture

I also see this error if I try to edit an event to create an exception in the repeating dates:

Fatal error: Maximum execution time of 30 seconds exceeded in ...sites/all/modules/date/date_repeat/date_repeat_calc.inc on line 278
dugh’s picture

If I select 'group multiple values' for the date field, it looks like this:

ITSA Meeting	
February 26, 2009
March 5, 2009
March 12, 2009
March 19, 2009
March 26, 2009
April 2, 2009
April 9, 2009
April 16, 2009
April 23, 2009

ITSA Meeting	
February 26, 2009
March 5, 2009
March 12, 2009
March 19, 2009
March 26, 2009
April 2, 2009
April 9, 2009
April 16, 2009
April 23, 2009

ITSA Meeting	
February 26, 2009
March 5, 2009
March 12, 2009
March 19, 2009
March 26, 2009
April 2, 2009
April 9, 2009
April 16, 2009
April 23, 2009

ITSA Meeting	
February 26, 2009
March 5, 2009
March 12, 2009
March 19, 2009
March 26, 2009
April 2, 2009
April 9, 2009
April 16, 2009
April 23, 2009

If I check 'show first value only', it looks like this:

ITSA Meeting	
February 26, 2009

ITSA Meeting	
February 26, 2009

ITSA Meeting	
February 26, 2009

ITSA Meeting	
February 26, 2009

But if I check 'do not group multiple values' like originally, it still shows the problem of only showing the date for the first instance of the event:

ITSA Meeting
February 26, 2009

ITSA Meeting	


ITSA Meeting	


ITSA Meeting	

I've tried deleting the fields and re-adding them, deleting the filters and re-adding them, clearing the caches, re-saving preferences, nothing works, it's a bug in the code I would guess.

dugh’s picture

I still see this bug in the latest drupal 5 version of the date and calendar modules, as have others:
http://drupal.org/node/344508

Test Repeating Event	May 29, 2009
Test Repeating Event	
Test Repeating Event	
Test Repeating Event	
Orientation	August 3, 2009 - August 5, 2009
Fall Semester Starts	August 24, 2009
jeggen’s picture

I am also having the same issue but reported it in the calendar project. I have also tested this on date 2.7 and the latest dev and continue to experience this problem. I am being strongly encouraged to use a different calendaring solution for our site so I hope this gets resolved sometime soon.

Here is my related post in the calendar project: http://drupal.org/node/414628

dugh’s picture

Status: Active » Needs work

I changed $node->date_repeat_show to TRUE like PeterP suggested above and now repeating events are showing, that will at least hold me until we upgrade our site to drupal 6.

muchitsujo1’s picture

Has anyone noticed any issues with PeterP's suggestion of changing the $node->date_repeat_show default state? I'm using this method at least on a temporary time-frame, but considering that I'm yet to find any flaws with this method I'm tempted to keep the alteration.

arlinsandbulte’s picture

Status: Needs work » Closed (won't fix)

Version 5.2 is critical bugfix only, no other support, no new features.