The following configuration options can be used in the Location blocks of perl.conf (or whichever .conf file you're using) to control the overall behaviour of a calendar: Main Calendar Configuration =========================== EventPath --------- PerlSetVar EventPath /var/www/mntango.org/events EventPath specifies the path to the calendar's event directory. It is the only required setting. DailyLinks ---------- PerlSetVar DailyLinks 1 If DailyLinks is set to a non-zero value, calendar displays will include a link from each day to a list of all events for that day. It defaults to 0. Calendar Administration Configuration ===================================== EventPath --------- PerlSetVar EventPath /var/www/mntango.org/events Identical to above. Other Configuration Files ========================= (event dir)/categories ---------------------- Contains a list of available categories for events in this location. Used by the CATBOX token and the web-based admin interface. Events can be created with category names which are not present in this file, but the categories will not be recognized for filtering or future web-based event editing unless the category is added to this file. Format is simply one category name per line. Blank lines and lines beginning with # are ignored.