• Resolved chocolateteapot

    (@chocolateteapot)


    Hi

    Example: Course starting on 24/10/2021 at 11:00-11:55 repeating every Sunday for 6 weeks.
    I want to be able to show each instance on a calendar, so I’ve set it up as a recurring event. But as it’s a course, people can only attend the sessions if they’ve subscribed to the whole course. In the list of upcoming events I’ve managed to get it to show just one instance:
    [events_list recurrences=”1″ groupby=”recurrence_id” orderby=”event_start_date,event_start_time” category=”puppy”]
    #_EVENTLINK #_RECURRINGPATTERN at #_EVENTTIMES in #_ATT{class_location}
    [/events_list]

    I’d like to exclude recurrences from upcoming events if the course has already started, so I need something saying ‘where recurrence start date (not the individual event dates) is in the future’.

    I can’t seem to find anything similar in the documentation.

    Any help would be appreciated, thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter chocolateteapot

    (@chocolateteapot)

    I’ve found the answer – event_start_after=”now”

    [events_list recurrences=”1″ groupby=”recurrence_id” orderby=”event_start_date,event_start_time” category=”puppy” event_start_after=”now”]

    #_EVENTLINK #_RECURRINGPATTERN at #_EVENTTIMES in #_ATT{class_location}

    [/events_list]`

    Thread Starter chocolateteapot

    (@chocolateteapot)

    event_start_after=”now”

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Recurring events start date’ is closed to new replies.