The way I sorted it out was to put the styles for the event categories in the head of my calendar display page, so:
<style type="text/css">
<!--
.s22 {background-color: #A4CAE6;}
.s21 {background-color: #FBF484;}
.s23 {background-color: #CCFF00;}
.s24 {background-color: #F2BFBF;}
.s29999 {background-image: url('http://www.mydomain.com/calendar/images/mixed1.gif')}
-->
</style>
The last one is only used on the monthly view when a particular day has more than one category of event in it. I use an image for this case but you could quite easily use a colour.
Hope this works for you too - give my love to Finland!
===Toby===
|