Data-ICal

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

  optional_unique_properties
    According to the iCalendar standard, the following properties may be
    specified at most one time for a calendar:

          calscale method

DEPENDENCIES
    Data::ICal requires Class::Accessor, Text::vFile::asData,
    MIME::QuotedPrint, and Class::ReturnValue.

BUGS AND LIMITATIONS
    Data::ICal does not support time zone daylight or standard entries, so
    time zone components are basically useless.

    While Data::ICal tries to check which properties are required and
    repeatable, this only works in simple cases; it does not check for
    properties that must either both exist or both not exist, or for
    mutually exclusive properties.

    Data::ICal does not check to see if property parameter names are known
    in general or allowed on the particular property.

lib/Data/ICal.pm  view on Meta::CPAN

    }

    return @out_lines;
}

=head1 DEPENDENCIES

L<Data::ICal> requires L<Class::Accessor>, L<Text::vFile::asData>,
L<MIME::QuotedPrint>, and L<Class::ReturnValue>.

=head1 BUGS AND LIMITATIONS

L<Data::ICal> does not support time zone daylight or standard entries,
so time zone components are basically useless.

While L<Data::ICal> tries to check which properties are required and
repeatable, this only works in simple cases; it does not check for
properties that must either both exist or both not exist, or for
mutually exclusive properties.

L<Data::ICal> does not check to see if property parameter names are



( run in 0.283 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )