I have been using the fullcalendar npm package to display a calendar on my website. I am trying to figure out how to set a background color for a specific selected date.
I tried looking into this issue on GitHub at this link.
However, it seems that dayRender has been replaced in the latest v5 version of the package.
My goal is to customize the calendar by setting a background color for a specific date, similar to the example shown below:
https://i.sstatic.net/1RhQ6.jpg
Does anyone know if there is another function available that works like dayRender? Or could someone provide guidance on how to achieve this customization using fullcalendar?