We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parsing a ruleset containing a DTEND property now fails with ParserError(UnrecognizedPropertyName("DTEND")).
DTEND
ParserError(UnrecognizedPropertyName("DTEND"))
Are there any reasons (except the no-one-implemented-it-yet reason :)) why DTEND (and possibly DURATION) properties are not parsed by the library?
DURATION
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Parsing a ruleset containing a
DTEND
property now fails withParserError(UnrecognizedPropertyName("DTEND"))
.Are there any reasons (except the no-one-implemented-it-yet reason :)) why
DTEND
(and possiblyDURATION
) properties are not parsed by the library?The text was updated successfully, but these errors were encountered: