Data::ICal::Entry::Journal

Data::ICal::Entry::Journal is a Perl module that represents a journal entry in an iCalendar file.
Download

Data::ICal::Entry::Journal Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jesse Vincent
  • Publisher web site:
  • http://search.cpan.org/~jesse/

Data::ICal::Entry::Journal Tags


Data::ICal::Entry::Journal Description

Data::ICal::Entry::Journal is a Perl module that represents a journal entry in an iCalendar file. Data::ICal::Entry::Journal is a Perl module that represents a journal entry in an iCalendar file.SYNOPSIS my $vjournal = Data::ICal::Entry::Journal->new(); $vjournal->add_properties( summary => "Minutes of my party", description => "I cried because I wanted to.", # Dat*e*::ICal is not a typo here dtstart => Date::ICal->new( epoch => time )->ical, ); $calendar->add_entry($vjournal);A Data::ICal::Entry::Journal object represents a single journal entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry and accepts all of its methods. Requirements: · Perl


Data::ICal::Entry::Journal Related Software