HI all,
We are implementing Apex calendar which is based on https://fullcalendar.io.
Most of the features are configurable and I could get my head around and worked them out, but we have a couple of specific requirements:
Issues:
- We want to display UK Bank Holidays and show them as colour coded background as:

- In above screen, 14th Feb and 15th Feb are bank holidays (just an example), so we want to make them colour coded like this or whichever colour using css. This would need to work in Month/Week/ Day view and shown coloured, for these dates only and not every Wed/ Thursday as seen above. A week later they would not have any background colour as they would be working days.
- we have defined a bank holidays table with date and description and has entries for 14th and 15th like in above screen.
- Events are stored in some sort of events table and they are independent of bank holidays.
2. We ideally don't want people
to allow creating events but could always allow them by waring that you are creating an appointment on a Bank Holiday.
I have seen an example of this https://forums.oracle.com/ords/apexds/post/highlight-a-day-in-the-calendar-0527
but that was in an older version of calendar and all the css classes have changed and I am not a java script expert to understand how to go up and down the objects and see its properties even using F12 (Inspect).
I would really appreciate any help here. I can create a test App/ workspace for you and see if you can help me there, please.
Many thanks in advance,
Rahul