<!-- future event list -->
<h2 class="eventstitle">Upcoming Events</h2>
<ul id="eventlist">
{exp:weblog:entries weblog="calendar" show_future_entries="yes" orderby="date" sort="desc" dynamic="on" limit="5"}
<li><a href="http://{title_permalink={master_weblog_name}/event}">{title}__{entry_date format="%M %d, %Y"}</a></li>
{/exp:weblog:entries}
</ul>I have events listed for next week (may2009) but they dont show, just events dated for DEC2009. Did I miss something here? Should I not only see the next 5 events in the calendar?