The previous forum message "
Color coding Events" should provide the general instructions for what needs to be done. It really doesn't have anything to do with the Meta Calendar plug-in unless you only want it to occur on the actual Meta Calendar's display and none of the others.
In that latter case you'd also have to use one of the conditionals noted in the Meta Calendar plug-in's _installation.txt file under OPTIONS such as:
<% unless ($METACALENDAR eq $CALENDAR_KEY) { %>
or
<% if ($METACALENDAR ne $CALENDAR_KEY) { %>
or a variation like:
<% if ($METACALENDAR eq $CALENDAR_KEY) { %>
or
<% unless ($METACALENDAR ne $CALENDAR_KEY) { %>
Dan O.
[This message has been edited by DanO (edited February 21, 2004).]