Loading...

RE: qCalendarView color coding

RE: qCalendarView color coding

#6714
Anonymous
Anonymous
Participant

Hi Jurgen and thank you for replying.

I found that the colouring doesn't work with Approval Status field so I created a numeric field (called CID) that is populated based on the Approval Status value (0 approved, 1 pending).

Then I used the following configuration to achieve the calendar coloring.

I set the Appearance Field Name to CID then the Color Appearance to

<Appearance>

  <AppointmentAppearance FieldValue="2" BackgroundColor="#CC0033" FontColor="#0000CC" />

  <AppointmentAppearance FieldValue="1" BackgroundColor="#00CC99" FontColor="#330033" />

</Appearance>

Please let me know if you have any questions.

If you consider this answer as useful please mark it so.

qCalendarColors.png