SharePoint: Color Coded Calendars in MOSS
Here is a good sample code
Can a calendar display in colors?
I have been asked a few times if the SharePoint calendar can display
items in color. It turns out this is not too hard to do. The basic steps
are:
Can a calendar display in colors?
I have been asked a few times if the SharePoint calendar can display
items in color. It turns out this is not too hard to do. The basic steps
are:
- Add a column to the calendar list to pick the color
- Add a calculated column to create the HTML to display the color. This can be done with HTML or CSS. This example uses "<FONT COLOR=".
- Add the new column to the view
- SharePoint will convert the "<" character into "<" so we need to add a little JavaScript to convert it back. The easiest way to add the JavaScript is with a Content Editor Web Part