-
-
Notifications
You must be signed in to change notification settings - Fork 513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for DTEND, data types, and zoneless local date and date-time values #421
base: master
Are you sure you want to change the base?
Conversation
@jakubroztocil Can this be merged? |
I also need this. Tried to build it but I can't manage to do it. (I'm not familiar with yarn/ts) |
This works for me after setting
Find the output in |
@simonratner , @jakubroztocil Wondering why this isn't yet merged with master ? |
Is this PR about to be merged? |
@jakubroztocil Can you merge this? |
damn. 3 year old PR implementing multiple highly-awaited features, doesn't receive a single comment from the maintainers :\ |
This change adds:
DTEND
(no duration concept, just validate and round-trip it) (DTEND seems to be an invalid property #322)VALUE=DATE | DATE-TIME
data types onDTSTART
,DTEND
, andUNTIL
attributesZ
suffix, as per RFC)Because of this last change to tzid handling, this is a breaking change, but it implements zoneless values much closer to the RFC.
Thanks for contributing to
rrule
!To submit a pull request, please verify that you have done the following:
master
commitaddressing