By dokumori on
I have a content type for events that has a field of CCK Date Field (I'm not using Event module). I then created a view for this content type that lists 5 events that are closest from today.
If there is only one event node with the repeat option enabled, the view displays this node 5 times. While it's a correct behaviour, the problem is that this view displays the same 'from' and 'to' date 5 times, which obviously isn't ideal.
Is there a way to either:
- display multiple occurrence with different dates
or
- display one closest occurrence