The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Data::Ical"

Data::ICal - Generates iCalendar (RFC 2445) calendar files River stage two • 14 direct dependents • 18 total dependents

A Data::ICal object represents a "VCALENDAR" object as defined in the iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented in many popular calendaring programs such as Apple's iCal. Each Data::ICal object is a collection of "entri...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::RDF - Turn iCal files into an RDF graph River stage zero No dependents

This module is a processor context for turning Data::ICal objects into RDF data. By default it uses version 4 (i.e., random) UUIDs as subject nodes....

DORIAN/Data-ICal-RDF-0.03 - 05 Mar 2015 18:13:42 UTC

Data::ICal::Entry - Represents an entry in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry object represents a single entry in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) iCalendar defines several types of entries, such as events and to-do lists; each of these corresponds to a sub...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::DateTime - convenience methods for using Data::ICal with DateTime River stage one • 2 direct dependents • 2 total dependents

FGLOCK/Data-ICal-DateTime-0.82 - 21 Aug 2017 17:53:16 UTC

Data::ICal::Property - Represents a property on an entry in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Property object represents a single property on an entry in an iCalendar file. Properties have parameters in addition to their value. You shouldn't need to create Data::ICal::Property values directly -- just use "add_property" in Data::...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::TimeZone - timezones for Data::ICal River stage one • 2 direct dependents • 3 total dependents

Data::ICal::TimeZone provides a mechanism for adding the Olsen standard timezones to your ical documents, plus a copy of the Olsen timezone database....

RCLAMP/Data-ICal-TimeZone-1.23 - 23 Aug 2007 10:04:59 UTC

Data::ICal::DAVAdapter - adapt Data::ICal to the Net::DAVTalk API River stage zero No dependents

This is not really intended for use beyond synchronizing Meetup and ICS files...

CORION/Meetup-API-0.02 - 03 Oct 2018 08:47:39 UTC

Data::ICal::Entry::Todo - Represents a to-do entry in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

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....

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::Alarm - Abstract base class for alarms River stage two • 14 direct dependents • 18 total dependents

Data::ICal::Entry::Alarm is an abstract base class for the other type of supported by alarms: Data::ICal::Entry::Alarm::Audio Data::ICal::Entry::Alarm::Display Data::ICal::Entry::Alarm::Email Data::ICal::Entry::Alarm::Procedure It is a subclass of Da...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::Event - Represents an event in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::Event object represents a single event 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....

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::Journal - Represents a journal entry in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

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....

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::FreeBusy - Represents blocks of free and busy time in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::FreeBusy object represents a request for information about free and busy time or a reponse to such a request, in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::TimeZone - Represents a time zone definition in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::TimeZone object represents the declaration of a time zone 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. This module is...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::TimeZone::Object - base class for Data::ICal::TimeZone timezone objects River stage one • 2 direct dependents • 3 total dependents

RCLAMP/Data-ICal-TimeZone-1.23 - 23 Aug 2007 10:04:59 UTC

Data::ICal::Entry::Alarm::URI - Represents notification via a custom URI River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::Alarm::URI object represents an alarm that notifies via arbitrary URI which is attached to a todo item or event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::Alarm::None - Represents an default no-op alarm River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::Alarm::None object represents a default alarm that does nothing; this is different from a lack of alarm, because clients may be expected to "override" any default alarm present in calendar data with the current value retrieved fr...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::Alarm::Email - Represents an emailed alarm in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::Alarm::Email object represents an emailed alarm attached to a todo item or event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry::Alarm and accepts all ...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::Alarm::Audio - Represents an audio alarm in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::Alarm::Audio object represents an audio alarm attached to a todo item or event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Entry::Alarm and accepts all of...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::Alarm::Display - Represents a displayed alarm in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::Alarm::Display object represents a alarm that displays a message which is attached to a todo item or event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components".) It is a subclass of Data::ICal::Ent...

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC

Data::ICal::Entry::Alarm::Procedure - Represents a procedure-call alarm in an iCalendar file River stage two • 14 direct dependents • 18 total dependents

A Data::ICal::Entry::Alarm::Procedure object represents an alarm that calls a procedure (in some application-defined way), which is attached to a todo item or event in an iCalendar file. (Note that the iCalendar RFC refers to entries as "components"....

BPS/Data-ICal-0.24 - 03 Jan 2020 14:27:46 UTC
422 results (0.032 seconds)