Net::ICal::Journal -- Journal class |
Net::ICal::Journal -- Journal class
use Net::ICal::Journal; my $c = new Net::ICal::Journal(optionhash);
Net::ICal::Journal represents Journal events: things someone did, perhaps.
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.
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.
Class::MethodMapper creation routine. Returns a blessed object.
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 |