Net::ICal::Component -- the base class for ICalender components


NAME

Net::ICal::Component -- the base class for ICalender components


DESCRIPTION

This is the base class we derive specific ICal components from. It contains a map of properties which can be set and accessed at will; see the docs for Class::MethodMapper for more on how it works.


CONSTRUCTORS

new($name, $map, %args)

Creates a new ICal component of type $name, with Class::MethodMapper map $map and arguments %args. You never call this directly, but you use the specific component's new constructor instead, which in turn calls this.

 Net::ICal::Component -- the base class for ICalender components