Describe the solution you'd like
Enable custom components for the list view:
listEventfor the element with classsx__list-event. In addition to receiving the event, the listEvent receives eventInstanceInfo with type belowlistDayHeaderfor the element with classsx__list-day-headerlistNoEventsfor the element with classsx__list-no-events
interface EventInstanceInfo {
isFirstDay: boolean
isLastDay: boolean
isMultiDay: boolean
startLocaleString: string
endLocaleString?: string
forDayOf: string // the day under which the event is rendered
}
Additional context
I did it!
Things that could speed up the process
- I can picture implementing at least parts of this feature
- I believe I know how to do this, and am willing to implement the whole thing.