mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
6 lines
342 B
Plaintext
6 lines
342 B
Plaintext
This module processes iCalendar (vCalendar 2.0) files as specified in
|
|
RFC 2445 into a data structure. It handles recurrences ("RRULE"s),
|
|
exclusions ("EXDATE"s), event updates (events with a "RECURRENCE-ID"),
|
|
and nested data structures ("ATTENDEES" and "VALARM"s). It currently
|
|
ignores the "VTIMEZONE", "VJOURNAL" and "VFREEBUSY" entry types.
|