I’ve want repeet to display a mini list of events starting from whatever today’s date is but it is missing out the events today. The key bit of code is this…
start_on="{current_time format='%Y-%m-%d %g:%i %A'}</code></pre>
How do I fix this?
<pre><code><ol id="mini_calendar" class="vcalendar">
{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 %g:%i %A'}"}
{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}
{/exp:weblog:entries}
{/exp:repeet:get_ids}
{/exp:repeet:parse}
<li id="calendar_full"><a href="/en/calendar">View Full Calendar</a></li>
</ol>
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.