Paketname | libdata-ical-perl |
Beschreibung | Perl module for manipulating iCalendar (RFC2445) files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.16+dfsg-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 236 Byte |
Hängt ab von | perl (>= 5.6.0-16), libclass-accessor-perl, libclass-returnvalue-perl, libtext-vfile-asdata-perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 75946 Byte |
Prüfsumme MD5 | aaa652b50d4dd71ca62a3181f0ded998 |
Prüfsumme SHA1 | 6b89543deec13227c8764e2e4223a783837e4056 |
Prüfsumme SHA256 | cc8e9f2dc66964122999e8bf041b1ea9a087dc6003199e2e3810840d89ed51b5 |
Link zum Herunterladen | libdata-ical-perl_0.16+dfsg-1_all.deb |
Ausführliche Beschreibung | Data::ICal provides an implementation of Perl objects that represent a given
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 "entries", which are objects of a
subclass of Data::ICal::Entry. The types of entries defined by iCalendar
(which refers to them as "components") include events, to-do items, journal
entries, free/busy time indicators and time zone descriptors, but this module
currently only implements to-do items and events.
|