Gordon Sun
Gordon Sun
In the README https://github.com/jakubroztocil/rrule#timezone-support > Optionally, it also supports use of the TZID parameter in the [RFC](https://tools.ietf.org/html/rfc5545#section-3.2.19) when the [Luxon](https://github.com/moment/luxon) library is provided. The [specification](https://moment.github.io/luxon/docs/manual/zones.html#specifying-a-zone) and [support matrix](https://moment.github.io/luxon/docs/manual/matrix.html) for Luxon...
According to https://github.com/jakubroztocil/rrule/issues/427 You have to use 2.6.4 when using CommonJS I think https://github.com/jakubroztocil/rrule/pull/410/files broke it when try to fix build issue for some other system but I'm not sure
So the project does not strictly follow the [RFC 5545 spec](https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.5.3). The README.md explained that it is a conscious choice because it's hard to deal with timezone in JS and...
I agree @tmshkr that it would be better if the timezone support is built in rather than the optional luxon lib which is 3.74 MB according to https://www.npmjs.com/package/luxon . The...
I would like to take a stab at this but given my past experience of trying to contribute to open source project but get rejected/dismissed and even worse ignored, I...
Hi @tmshkr , you may take a look at @davidgoli 's PR at https://github.com/jakubroztocil/rrule/pull/508 which does not use Day.js and have all the tests still passing. However after read RFC...
I realized there are inaccuracy in my previous comments right after I post it of course. Yes there are 3 formats and we support only 2. I verified using the...
@davidgoli I agree with your on the severity of _incomplete_ vs _incorrect_. But would you call the library's current behavior of treating `FORM #1` input as `FORM #2` _incomplete_ or...
I found this closed issue https://github.com/jakubroztocil/rrule/issues/115 So this project is only for the Recurrence Rule (thus the name rrule) https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.10 You are looking for duration which will be https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.6 In...
I got ``` Property 'opts' is private and only accessible within class 'Socket'. ```