| Libical API Documentation 4.0
    | 
List where libical doesn't fully support all the features described in the RFCs.
Contributions to help us fix these limitations are welcome.
FREQ=YEARLY, BYYEARDAY can't be combined with BYWEEKNO, BYMONTH or BYMONTHDAY
FREQ=YEARLY, BYWEEKNO can't be combined with BYYEARDAY, BYMONTH or BYMONTHDAY
The lib (e.g. icalcomponent_foreach_recurrence(), icalcomponent_get_dtend()) does not differentiate between nominal and exact durations. According to the RFC, when a component's duration is specified using the DURATION property rather than DTEND, the nominal duration must be used to calculate each recurrence's duration. However, the current implementation always uses the exact duration, which can cause discrepancies if a recurrence spans a daylight saving time transition.