I need to change FullCalender day number fields. I want to add there count of events during that day.
I have tried to add dayHeaderContent but it does not work.
*month: { dayHeaderContent: (args) => { return 'Hi'; }, }*