Hello!

I have an 'Upcoming Events' views block that is grouped by month (no contextual filters) that roughly behaves like this:

April 2013
- Event 1 (spanning April 20th - May 13th)
- Event 2 (April 28th)
May 2013
- Event 3 (May 10th)

What I would like is for 'Event 1' to repeat in May like this:

April 2013
- Event 1 (spanning April 20th - May 13th)
- Event 2 (April 28th)
May 2013
- Event 1 (spanning April 20th - May 13th)
- Event 3 (May 10th)

Is this possible? If so, any tips on how to get started?

Thanks!

Comments

areikiera’s picture

Title: How to configure Events that span multiple months, grouped by Month in a view, to display in each month » Group by Month, list Event with Date that spans multiple months in corresponding groups
Component: Views Argument » Views Filter

Clearer title (hopefully). And not using arguments, so changing component to Views Filter.

areikiera’s picture

Any suggestions would be helpful! Is this possible?

nairb’s picture

Sorry- just saw this when another post updated. Were you able to figure it out? I am doing something similar but am grouping by days, with many events repeating and displaying on each date as necessary. Let me know if you still need help.

lmeurs’s picture

Issue summary: View changes

Would love to know of an easy way to accomplish this.

Found #1124616-10: Grouping by day + events spanning several days (D6) which seems to use the Computed Field or Views PHP module, but have not tried it (yet).