loadSortedEvents(predicate: (e: EventWithCount) => boolean): Promise<{ events: EventWithCount[]; holidays: Holiday[]; }>
Load all events with holidays and return them sorted, filtered by predicate.
predicate: (e: EventWithCount) => boolean
Promise<{ events: EventWithCount[]; holidays: Holiday[]; }>