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!

Set background color conditionally to APEX Calendar Events (Display Column)

Roxy rollersApr 16 2021

I have a database column called APP_STATUS which has two values (0 and 1) where 0 means that the Appointment is Incomplete and 1 means that the Appointment is complete. I would like to conditionally color the Event based on this value in the column.
I currently have the following piece of code under "Inline CSS" but this of course will color all Events where there is any data. I would like to have two different colors for the two different statuses to APPT_STATUS. I am VERY new to the APEX Calendar. Any help in this regard is greatly appreciated.
Thanks

.fc-event.fc-apex-events-default {
 background-color: #ab4404;
}
This post has been answered by PMON on Apr 19 2021
Jump to Answer
Comments
Post Details
Added on Apr 16 2021
5 comments
4,777 views