I have a similar issue to some that I've seen here (so it may be that this post needs to move), but I am finding slightly different results.

When I create a repeating event, I can get a view to show each of the dates correctly for all of the repeats. However, when viewing a node I only get either:

The list of all repeats (if I click display the repeating rule and provide no number of entries to display)

or

I can only ever get the first date to appear (if I choose not to display the repeating rule and give it a single entry to view).

In looking at the output for template variables generated for the node, I see that the RRULE is generated:

$node->field_cevent[0]['rrule']
    RRULE:FREQ=WEEKLY;INTERVAL=1;UNTIL=20100101T000000Z;WKST=MO 

but all of the subsequent variables (corresponding to the number of repeats) are empty:

$node->field_cevent[1] (array)
    $node->field_cevent[1]['view']

$node->field_cevent[2] (array)
    $node->field_cevent[2]['view']

$node->field_cevent[3] (array)
    $node->field_cevent[3]['view']

$node->field_cevent[4] (array)
    $node->field_cevent[4]['view']

$node->field_cevent[5] (array)
    $node->field_cevent[5]['view']

$node->field_cevent[6] (array)
    $node->field_cevent[6]['view']

Is there a way to get the current event date to show in the node? Am I missing something?

Thanks

Comments

arlinsandbulte’s picture

Status: Active » Closed (cannot reproduce)