How can I assign colours to event categories?
Sunbird 0.2 and Calendar 0.8 In Sunbird 0.2 and Calendar 0.8, you can define styles for event categories in the userChrome.css file. Example: .event-category-cycling{ background-color: #99FFCC!important; } .event-category-meeting{ background-color: #00FF99!important; } These lines set the background colours for ‘cycling’ and ‘meeting’ events, respectively. It is CSS, i.e.