Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

highlight public holiday reliably in calendar

4250413May 25 2020 — edited Jun 11 2020

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)

This post has been answered by 4250413 on Jun 11 2020
Jump to Answer
Comments
Post Details
Added on May 25 2020
1 comment
417 views