Picked up from this thread that I should be able to display event start times in a large calendar.
Unfortunately, when I use this:
{entries}
{repeet:start_time format="%F %j @ %g:%i%a"} {title}
{/entries}
I get this on the calendar:
F Event Title
Looking for tips on getting this to work.
mtprell (and anybody else listening out there) –
Try installing the latest version (Repeet 1.0.6). It should fix the problem, but let me know if it doesn’t.
Hmm - I’m having a problem with repeet:start_time as well. But for me the repeet:start_time tag just shows the current time, instead of the start time of the event (so all my events have the current time as the start time).
Here’s my code:
{exp:repeet:parse date_header_interval="day"}
{repeet:date_header}<h1>Today at the library</h1>{/repeet:date_header}
{repeet:no_results}<h1>Today at the library</h1>There are no events scheduled for today.{/repeet:date_header}
{exp:repeet:get_ids weblog="events" parse="inward"}
{exp:weblog:entries weblog="events" category="not 4" entry_id="{repeet:entry_ids}" dynamic="off" show_expired="yes" show_future_entries="yes" sort="asc"}
{repeet:item}
{repeet:entry_date}{entry_date format="%Y-%m-%d 00:01 AM"}{/repeet:entry_date}
{repeet:expiration_date}{expiration_date format="%Y-%m-%d 11:59 PM"}{/repeet:expiration_date}
{repeet:interval}{event_interval}{/repeet:interval}
{repeet:include_dates}{/repeet:include_dates}
{repeet:exclude_dates}{event_exclude_dates}{/repeet:exclude_dates}
{repeet:display}
<div class="eventToday {if entry_date <= current_time}eventPast{/if}">
<span class="hour">{repeet:start_time format="%g:%i"}</span><span class="ampm">{repeet:start_time format="%a"}</span>
<h4>{title}</h4>{event_description}
</div>
{/repeet:display}
{/repeet:item}
{/exp:weblog:entries}
{/exp:repeet:get_ids}
{/exp:repeet:parse}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.