Color Coding Calender Items
Posted: 2020-10-19 21:18
With my implementation of the Calendar Plugin, I have various Clients (housed in a clients table) each with multiple upcoming "Events". Rather than color coding by event (in the calendar view), I need to color code by client (i.e. Every event on the calendar pertaining to Client1 would be one color, and so on).
I was thinking of including a hex color field in each Client's record and using that value to color code the strip that appears behind the text for that Client over in the calendar, if that would be possible.
I'm open to suggestion if anyone has any. I'm a bit lost on how to implement this if possible at all.
I was thinking of including a hex color field in each Client's record and using that value to color code the strip that appears behind the text for that Client over in the calendar, if that would be possible.
I'm open to suggestion if anyone has any. I'm a bit lost on how to implement this if possible at all.