NAME
Net::ICal::ETJ-- iCalendar event, todo and journal entry base class
SYNOPSIS
use Net::ICal::ETJ;
my $c = new Net::ICal::ETJ(hash of arguments);
DESCRIPTION
Net::ICal::ETJ represents iCalendar events, todo items and journal entries. It's a base class for N::I::Event, N::I::Todo, and N::I::Journal.
Casual users shouldn't ever need to actually make an ETJ object. If you think you do, read the source to find out how. ;)
SEE ALSO
Net::ICal::Event, Net::ICal::Todo, Net::ICal::Journal.
SEE ALSO
If you want to understand *how* this module works, read the source. You'll need to understand how Class::MethodMapper works also.