Change the backColor based upon event value
6 years ago.
Looked and couldn't quite figure out the best way to handle this. I would like to utilize an event parameter to back color those events that don't match the criteria. For example, assume a professor is looking at events for a specific room and wants to see all items scheduled there. He would prefer to see all of his items colored in white with other teacher's event's styled in gray to differentiate them. I was thinking that I could add a paramater to the event object such as "isProf":"true" or "isProf":"false" and then apply some kind of styling? Is there a good way to accomplish it?
DayPilot