@EricShulman, Thanks for the filter syntax, the annual events are now also retrieved.
Using the syntax to retrieve 2021 events :
<$list filter="[enlist<events>prefix[2021]] [enlist<events>prefix[....]] +[sort[]]" variable="event">
results in the display of a list of annual events followed by specific events :
....0202 - US Events: Groundhog Day (US)
20210120 - US Events: Inauguration Day (US)
20210314 - US Events: Daylight Saving Time starts (US)
20211107 - US Events: Daylight Saving Time ends (US)
Can the annual and specific date events be sorted into chronological order? Like this :
20210120 - US Events: Inauguration Day (US)
....0202 - US Events: Groundhog Day (US)
20210314 - US Events: Daylight Saving Time starts (US)
20211107 - US Events: Daylight Saving Time ends (US)
This type of chronological sorting would only make sense for events from a single year.
Thanks,
Gt