Kristoffer Møllerhøj
Kristoffer Møllerhøj
Test and possible solution for endless loop problem in RRuleIterator::nextDaily
An example is this RRULE that will trigger the problem if the corresponding DTSTART is not on a monday: FREQ=DAILY;INTERVAL=7;BYDAY=MO I am in doubt about if this rule should 1....
In the (special) case where an organizer creates a recurrent event with only one attendee and removes that attendee from one of the instances, an iTip message with an EXDATE...
https://github.com/sabre-io/vobject/issues/719
The Mimedir parser has a general flaw which is it simply ignores tokens it doesn't recognize. As an example, the following property is invalid according to the specifications, and should...
Currently, the hash is based on a configurable set of property values. Under some circumstances, it might be useful to also look at property parameters? For instance, if an organizer...
Imagine a user somehow gets hold on a calendar event containing an invite for that user as attendee. Initially, the partstat for that user / attendee is set to NEEDS-ACTION....