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?
Answer posted by Dan Letecky [DayPilot] 6 years ago.
Yes, you can do that using onBeforeEventRender event handler. Please take a look at the examples in the docs (the following link is for the Scheduler):