-
I think there is a problem with the EventIterator.php. In rfc5545 it is described that a "RDATE" can occur inside a "RRULE". In such a case, the recurrence instances are defined by the union of occurr…
-
rfc5545 says the notation of duration is:
```
dur-value = (["+"] / "-") "P" (dur-date / dur-time / dur-week)
dur-date = dur-day [dur-time]
dur-time = "T" (dur-hour / dur-minute / dur-second)
…
-
http://tools.ietf.org/html/rfc5545#section-3.7.2
-
Hi,
First, I would like to thank you for nice new API for creating recurrenceSet, it is very intuitive and flexible. Though there are breaking change from 0.15.0 to 0.17.1, the improvements in th…
-
Currently, the semi-colon is included in the parameter, but it should be excluded.
https://github.com/sambacha/ical-rfc5545/blob/359eb7416ce342d02d60c489ac90c6ee9d67e10a/syntaxes/ical.tmLanguage.js…
-
**Is your feature request related to a problem? Please describe.**
I could probably check before adding but a set is really more appropriate for most properties TextList is used for. It wasn't many u…
-
RFC9253 has been out since Aug/22.
I have these entries
```
...
* [[[RFC9073,RFC 9073]]]
* [[[RFC9253,RFC 9253]]]
```
but still getting the message:
```
...
[relaton-ietf] ("RFC 9073…
-
For the sake of flexibility we need to be able to add recurrence rules to constraints.
For example:
- "This person cannot work Mondays and Tuesdays every week"
- "This person is on a 5/2 schedule…
-
Hello 👋
Creating a RecurrenceRule with an interval that is just large enough causes `IllegalArgumentException`.
It looks like this [happens here](https://github.com/dmfs/lib-recur/blob/8ce57664…
-
I'm finding that RFC5545_LAX isn't lax enough for some of the data I'm seeing come out of GCal. For example, my software just bumped into an event that had the following:
* RRULE:FREQ=WEEKLY;WKST=S…