Hello,
In our application which use the scheduler, users can add groups and then for each group they add events. OK, the groups are actually planes and the events are reservations for a specific plane.
Each plane can has it’s own color, which can be any color, really any color, like this one for example: #A8F4A2. So there can be millions of possible colors.
How can I handle this in the scheduler. I saw that the colors on the events can be set using some css. But for this range of possible colors I don’t think this is suitable.
Can the color be set as a property of the event? Or what would you recommend me to do, so that I display the color of the plane for the reservations it has, in the scheduler?
Thank you,
Bogdan.