Templates can be used to customize the display of
events. They're available for: the event edit form; event
popup windows; the event 'details' column in the List View;
mail messages; and RSS feeds. They're typically used to format
the display of custom fields that are defined for the
calendar, but you can include anything you like in them.
Custom fields that you've defined can be included in your
templates by referring to them with a '$' before the field
name. For example, a custom field named phone would be
referenced as $phone.
For the Edit Form template, using a custom field will display
its input control, e.g. a text entry field, drop-down menu, or
whatever is defined for that Custom Field. For other
templates, like the Event Popup, just the value of the field
will be displayed.
You can use HTML formatting in Templates. If you do use any HTML tags,
newlines in your template will not automatically be converted
to HTML line breaks - so you may need to use <br>,
<div> or other line breaking tags.
Templates are stored as plain ASCII files in the
"data/Templates" directory of your Calcium installation. If
you like, you can edit those files directly.