This is my calendar code. It clear states I want to show future events. But if the articles publish date is in the future it doesn’t show up.
{exp:repeet:get_ids weblog="calendar" parse="inward" calendar="yes"}
{exp:repeet:calendar switch="calendarToday|calendarCell" weblog="calendar" entry_id="{repeet:entry_ids}" show_future_entries="yes" show_expired="yes" interval_field="repeat_interval" include_field="include_dates" exclude_field="exclude_dates"}
<table class="calendarBG" cellpadding="6" border="0" cellspacing="1" summary="Kadampa Calendar" width="90%">
<tr class="calendarHeader">
<th><div class="calendarMonthLinks"><a href="http://{previous_path=calendar}"><<</a></div></th>
<th colspan="5">{date format="%F %Y"}</th>
<th><div class="calendarMonthLinks"><a href="http://{next_path=calendar}class=calendarMonthLinks">>></a></div></th>
</tr>
<tr>
{calendar_heading}
<td class="calendarDayHeading">{lang:weekday_abrev}</td>
{/calendar_heading}
</tr>
{calendar_rows }
{row_start}<tr>{/row_start}
{if entries}
<td class='{switch}' align='center'>
<div class="number">{day_number}</div>
{entries}
<div>{embed="calendar/event_details" entry_id="{entry_id}"} </div>
{/entries}
</td>
{/if}
{if not_entries}
<td class='{switch}' align='center'><div class="number">{day_number}</div></td>
{/if}
{if blank}
<td class='calendarBlank'> </td>
{/if}
{row_end}</tr>{/row_end}
{/calendar_rows}
</table>
{/exp:repeet:calendar}
{/exp:repeet:get_ids}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.