I want a list of events that starts today and covers the next four weeks. And includes repeat dates.
Here is what i’m using…
{exp:repeet:parse date_header_interval="month"}
{exp:repeet:get_ids weblog="calendar" parse="inward" end="4 weeks"}
{exp:weblog:entries weblog="calendar" entry_id="{repeet:entry_ids}" dynamic="off" status="open" show_future_entries="yes" show_expired="yes" disable="member_data|pagination|trackbacks|categories" limit="20" sort="asc" start_on="{current_time format='%Y-%m-%d 01:00 AM'}"}
{repeet:item}
{repeet:interval}{repeat_interval}{/repeet:interval}
{repeet:include_dates}{include_dates}{/repeet:include_dates}
{repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}
{repeet:display}
<li class="vevent">{entry_date format="%d %M"} {embed="calendar/.event_details" entry_id="{entry_id}"}</li>
{/repeet:display}
{/repeet:item}[/code]
{/exp:weblog:entries}
{/exp:repeet:get_ids}
{/exp:repeet:parse}
Any clues?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.