Hello! I have been trying and trying…but I cannot seem to get the Repeet modile to work right for me. I have an event that repeats on x amount of days. though the output of this
5/29/2008 01:00 PM 5/30/2008 01:00 PM 5/30/2008 08:00 PM 5/31/2008 08:00 PM 6/01/2008 07:00 PM 6/03/2008 08:00 PM 6/04/2008 08:00 PM 6/05/2008 08:00 PM 6/06/2008 08:00 PM 6/07/2008 08:00 PM
gives me this:
* Friday, August 08, 2008 5:00 PM - 5:00 PM * Saturday, August 16, 2008 5:00 PM - 5:00 PM * Saturday, August 02, 2008 7:10 AM - 7:10 AM * Friday, July 18, 2008 4:00 PM - 4:00 PM * Monday, July 07, 2008 6:00 AM - 6:00 AM * Tuesday, June 03, 2008 5:00 PM - 5:00 PM
As you can see it’s not even close. Maybe I am not doing the calls right but I took the example right off the site. Has anyone done this for a single event with multiple dates for the event?
This is pretty much what I am using.
{exp:weblog:entries weblog="events" limit="1" show_future_entries="yes"}
<h1>{title}</h1>
<h2>Coming occurrences of this event:</h2>
<ul>{exp:repeet:list_dates from="00:00" to="5 years" entry_date="{entry_date format="%Y-%m-%d %H:%i"}" expiration_date="{expiration_date format="%Y-%m-%d %H:%i"}" max_list="25" interval="daily"}
{repeet:include_dates}{events-extra-dates}{/repeet:include_dates}
{repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}
{repeet:display}{events-extra-dates}
{/repeet:display}
{/exp:repeet:list_dates}
{/exp:weblog:entries}
tried that to and did not display dates, interval set for 5 days.
{exp:weblog:entries weblog="events" limit="1" show_future_entries="yes"}
<h1>{title}</h1>
<h2>Coming occurrences of this event:</h2>
<ul>{exp:repeet:list_dates from="today" to="1 year” entry_date="{entry_date format="%Y-%m-%d %H:%i"}" expiration_date="{expiration_date format="%Y-%m-%d %H:%i"}" max_list="25"}
{repeet:interval}{repeat_inval}{/repeet:interval}
{repeet:include_dates}{events-extra-dates}{/repeet:include_dates}
{repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}
{repeet:display}{events-extra-dates}
{/repeet:display}
{/exp:repeet:list_dates}
{/exp:weblog:entries}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.