I’ve read the docs on custom coloring events by defining a CSS class. The problem is I have a unlimited amount of event “types” that can be displayed in a Week and Unit view. So it’s not feasible to create an unlimited number of CSS classes.
Can I simply assign a style directly to the event to change the color in Week or Unit views? I’m thinking of something like this
Unfortunately for now you can only define styles through classes.
We will add support for color and textColor options in the upcoming version.
You can try to assign events with different types (based on some logic) same CSS class.