I'm developing a real time Scheduler, and each Event object has a property that indicates if the execution time was bad (red), average (orange), or good (green), so every Event should render its corresponding color. But I don't know how to do that, right now I'm using the EventTemplate component with a custom CSS class that should override the background-color property of the .e-appointment class, but it's not working.
How can I set a color for each Event according to its property? thanks