Net::ICal::Todo -- Todo class


NAME

Net::ICal::Todo -- Todo class


SYNOPSIS

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


DESCRIPTION

Net::ICal::Todo represents something someone needs to get done.


BASIC METHODS

new($args)

Construct a new Todo. Parameters are in a hash. Meaningful parameters are:

REQUIRED

OPTIONAL

RECURRING TASKS

$class->validate

Validates the properties of a Todo. Returns 1 for success, undef for failure.

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


DEVELOPER METHODS

The following methods are probably not of interest to you unless you are a Reefknot developer.

$c->_create(%args)

Class::MethodMapper creation routine.


SEE ALSO

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

 Net::ICal::Todo -- Todo class