-
Notifications
You must be signed in to change notification settings - Fork 138
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
Failure processing 2022-03-07T:: #515
Comments
pull request: #516 |
I was seeing this error this week when trying to parse this ICS file It's different than the ones I've seen from google which include a |
Reporting same issue here. Throwing an error when the DTSTART or DTEND does not contain a time component. This appears to be allowed by the ics standard: https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.2 Value Type: The default value type is DATE-TIME. The value type can be set to a DATE value type. ("DATE-TIME" / "DATE") |
Let's continue in #620 |
A calendar found in the wild contains date time values of the following format: 2022-03-07T::
While this is clearly a bad format, it seems the calendar code attempts to be lenient, so it might be good to attempt to handle this, too.
Originally reported at https://bugzilla.mozilla.org/show_bug.cgi?id=1754412
The text was updated successfully, but these errors were encountered: