
CGI::WeT::Modules::Calendar - Extensions to engine to allow calendar management

use CGI::WeT::Modules::Calendar ();

This module provides rendering constructs to allow navigation through a set of calendars. Support is provided for multiple types of events in multiple calendars, both public and private (general and user specific).

This subroutine will initialize the engine passed as $engine with information from Apache (passed as $r). The base URL for calendars is set with the following.
PerlSetVar WeT_CalendarURL /baseURL/
This is available for building URLs as @@CALENDAR@@. For example, the top level calendar can be viewed at the URL returned by
$engine->url('@@CALENDAR@@/general/');
A list of available calendars might be found at
$engine->url('@@CALENDAR@@/');