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;
}