-
-
Notifications
You must be signed in to change notification settings - Fork 512
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
DTEND seems to be an invalid property #322
Comments
That's correct, it is a property that's present in the spec, but not supported by this library (currently). The reason is that this library does not support the concept of "duration" which is what Note that the rrule properties as you have them are invalid. According to the spec,
|
This is a must!!!!!!!!!!!!!!! |
@pantonis feel free to send a pull request for this to get it included. |
@espen I am not a JavaScript dev. I would create more problems rather than solve. :D If I knew be sure that I would do create a pull request. |
FREQ=MONTHLY;DTSTART=20181114T110000;DTEND=20191114T140000;INTERVAL=1
this seems to be invalid saying .Error: Unknown RRULE property 'DTEND'
I checked the ical rules and seems to be present in the ruleset https://www.kanzaki.com/docs/ical/rrule.html
Even I'm using one PHP version which does letting me parse it properly https://github.com/simshaun/recurr
The text was updated successfully, but these errors were encountered: