-
I have a use case where the processor is breaking and throwing an error when it really should allow processing to continue. With this VEVENT, it is failing on [line 372 of recur_iterator.js](https://g…
-
I'm using python dateutils 2.7.3 and having a problem with an rrule UNTIL date.
The __str__() method specifically omits the timezone: https://github.com/dateutil/dateutil/blob/2.7.3/dateutil/rrule.…
-
RFC-7986 allows for calendar proprties such as [a name](https://icalendar.org/New-Properties-for-iCalendar-RFC-7986/5-1-name-property.html).
Would adding this be in scope for the project? I'm happ…
-
There is an TZID property in some calendars that makes the parser go haywire.
https://tools.ietf.org/html/rfc5545
```ical
BEGIN:VEVENT
UID:qTJ-3n1sAUwFl
SUMMARY:Luleå Hockey - Örebro Hockey 4 -…
-
Hi
Found a problem with different formats of EXDATA in ics files.
Some calendars return it like this:
EXDATE;TZID=South Africa Standard Time:20170403T060000,20170410T060000,20170417T060000,2017…
-
using task with checklist, which have a lot of items
it would be very useful, if checklist could be sorted
- by name
- checked items first
- checked items last
-
How can I add the recurrence rule generated with this library to an EKEvent?
-
**Describe the bug**
Below is the code in Recur related to UNTIL
} else if (UNTIL.equals(token)) {
final String untilString = nextToken(tokens, token);
…
-
-
**Is your feature request related to a problem? Please describe.**
There are explicit rules in https://www.rfc-editor.org/rfc/rfc5545#section-3.3.10 that describe the validations that need to happen …