-
Notifications
You must be signed in to change notification settings - Fork 445
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
Failed to load item ... invalid recurrence rules in VEVENT #801
Comments
As I dig deeper into this, I'm focusing on this bit: The RRULE in the file (with some context) is:
Isn't 20171125T075959Z already in UTC time with that trailing Ok, so now I see dateutil/dateutil#620 talking about this, but I still don't know the best work-around... |
More info in dateutil/dateutil#652 |
No, it's a bug in VObject: skarim/vobject#112 You can either patch VObject (skarim/vobject#111) or downgrade dateutil to an older version, that doesn't trigger the bug in VObject. This is a duplicate of #764.
It's not a one-time issue.
Yes. |
Ok, thanks much for clearing that up for me. I tried patching VObject by changing that one key line in the (skarim/vobject#111) patch from:
to:
and it seems to have fixed the issue for now. (At least, it isn't blowing up on those files now.) |
Same issue, @ecbftw's fix worked for me as well. Thanks |
Fixed by 5cd43ac |
I'm attempting to upgrade from Radicale 1.1.x to 2.1.8. I followed the migration steps, exporting from the 1.1 version to a new database, and then I ran the new version with the
--verify-storage
command. Most of my ~1400 calendar entries verify fine, but about 15 of them fail to verify, all with the same error message. Here is the exception for one of them:Many of the calendar entries I don't care about, but some I do, since they were recently created. I'm attaching the ics file that caused the above exception. 16EC2639-ECD4-41DC-A999-A2BEDF055D8F.ics.txt
My questions are:
The text was updated successfully, but these errors were encountered: