i’m trying to display a list of future calendar events using the following code:
{exp:channel:entries channel="calendar" orderby="date" start_on="{current_time format='%Y-%m-%d %H:%i'}" show_future_entries="yes" dynamic="no"}
<div class="newsItem">
<a href="/calendar/details/{url_title}"><h2>{title}</h2><p></a><br />
<em>{entry_date format="%F %d, %Y"}</em><br />
{calendar_description}<br />
</div><br />
{/exp:channel:entries}the issue that i’m having is that some of the entries that currently exist and who’s status is open are not being displayed. i’ve included a screen of the list on the site and the actual entries within edit tab of the cp.
i’m running ee 2.1.1 on engine hosting.