We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Repeet not showing repeat dates

Development and Programming

NKT com's avatar
NKT com
124 posts
16 years ago
NKT com's avatar NKT com

I want a list of events that starts today and covers the next four weeks. And includes repeat dates.

Here is what i’m using…

{exp:repeet:parse date_header_interval="month"}
      {exp:repeet:get_ids weblog="calendar" parse="inward" end="4 weeks"}

        {exp:weblog:entries weblog="calendar" entry_id="{repeet:entry_ids}" dynamic="off" status="open" show_future_entries="yes" show_expired="yes" disable="member_data|pagination|trackbacks|categories" limit="20" sort="asc" start_on="{current_time format='%Y-%m-%d 01:00 AM'}"}
        {repeet:item}

          {repeet:interval}{repeat_interval}{/repeet:interval}
          {repeet:include_dates}{include_dates}{/repeet:include_dates}
          {repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}

          {repeet:display}
            <li class="vevent">{entry_date format="%d %M"} {embed="calendar/.event_details" entry_id="{entry_id}"}</li>
          {/repeet:display}

        {/repeet:item}[/code]
        {/exp:weblog:entries}

      {/exp:repeet:get_ids}
    {/exp:repeet:parse}

Any clues?

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.