Data::ICal::Entry::Todo

Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file.
Download

Data::ICal::Entry::Todo 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::Todo Tags


Data::ICal::Entry::Todo Description

Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file. Data::ICal::Entry::Todo is a Perl module that represents a to-do entry in an iCalendar file.SYNOPSIS my $vtodo = Data::ICal::Entry::Todo->new(); $vtodo->add_properties( summary => "go to sleep", status => 'INCOMPLETE', # Dat*e*::ICal is not a typo here dtstart => Date::ICal->new( epoch => time )->ical, ); $calendar->add_entry($vtodo); $vtodo->add_entry($alarm); A Data::ICal::Entry::Todo object represents a single to-do 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::Todo Related Software