I’m using the Eventcalendar component to display a timeline of a list of events. But the invalid date configuration seems to be in the wrong place.
The following code snippet:
<Eventcalendar
view={{
timeline: {
type: "day",
size: 60,
eventList: true,
},
}}
invalidateEvent="strict"
invalid={[
{
recurring: {
repeat: "weekly",
weekDays: "SA,SU",
},
},
]}
/>