Net::ICal::Journal -- Journal class


NAME

Net::ICal::Journal -- Journal class


SYNOPSIS

  use Net::ICal::Journal;
  my $c = new Net::ICal::Journal(optionhash);


DESCRIPTION

Net::ICal::Journal represents Journal events: things someone did, perhaps.


BASIC METHODS

new(optionhash)

Makes a new Journal object, given a hash of parameters. RFC-valid parameters are below.

USAGE NOTE: We're working on describing *how* these get used (semantics). Read the source for this module if you're looking for a parameter that's in the RFC for VJOURNALs and isn't listed here. We probably had a question about whether it was really useful for Journal objects.

REQUIRED

OPTIONAL

RECURRING TASKS

validate

Validates a Journal object. Returns 1 for success, undef for failure.

TODO: make sure that this object has the bare minimum requirements specified by the RFC.


DEVELOPER METHODS

_create($class, %args)

Class::MethodMapper creation routine. Returns a blessed object.


SEE ALSO

the Net::ICal::Time manpage, the Net::ICal::Recurrence manpage, the Net::ICal::Attendee manpage. If you want to know how this works, read the source for this and the Net::ICal::ETJ manpage.

More documentation pointers can also be found in the Net::ICal manpage.

 Net::ICal::Journal -- Journal class