I have a custom post type called "Events"
Each event can have multiple occurences (repeatable field groups)
Each occurrence has a start data and an end date.
{eventName,
{occurenceName,
occurrenceStartDate,
occurrenceEndDate}
}
I wish to display the Events based on the Occurence start date. I am ok with one event being displayed multiple times as it may have multiple occurrence start dates.
How can I Accomplish this?
Thank you,
Adrian
I was able to figure it out.
I created a view showing the occurrences only (not linking them to their parent as the view will be displayed on its own).
I then used the repeatable fields owner under Post Selection (The post owner of the Types repeatable group field > Event) and voila.
I hope this functionality is intended and won't be removed as part of a future "fix" lol.