Show repeating events in AgendaDetail

Hello,
ive got a list with repeating dates via AgendaList. From there i link to a resource with AgendaDetail to display more event details. Works fine, but i need alle repeating dates.

Is there a way to display all repeating dates in the future via AgendaDetail?

Thanks for your help (:

This is my quickfix for now:

[[+repeating:is=``:then=`
    [[+startdate:strtotime:date=`%d. %B %Y`]]
`:else=`
    [[pdoResources?
        &class=`AgendaEventDates`
        &where=`{"event_id":[[+id]],"startdate:>":"[[+date:default=`today`:strtotime:date=`%Y-%m-%d`]]"}`
        &sortby=`{"startdate":"ASC"}`
        &tpl=`@INLINE {{+startdate:strtotime:date=`%d. %B %Y`}}` ]]
`]]

EDIT: Update where to only show dates in future.

This should be fixed in Agenda 1.1.1

1 Like