Dear all,
I have a select statement that returns public holiday dates and they are displayed as events in the calendar. I can give them a css class to identify them ('apex-cal-green'), however, I have many events in the calendar each day and it would be better to display holidays by another background color for the day (since they are not events anyway).
I found a solution that uses jQuery here https://community.oracle.com/thread/4266185, but it is not working properly since it highlights the wrong dates (the other events messes it up).
It would be ideal if there is a built in css class to use, such as the fc-past class. Has anyone possibly got a hint on this problem which should be relevant for most calendar applications I think.
Thanks in advance, Ulrik
(using Apex v. 19.2)