-
Notifications
You must be signed in to change notification settings - Fork 451
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
400 Bad Request when uploading a calendar (TypeError: can't compare offset-naive and offset-aware datetimes) #925
Comments
I'm using Thunderbird for calendar and everything works as expected, except for recurring events that are created by MS Teams. I accept the invitations, the events show up, and I get reminders, but when I try to dismiss the reminders I get the error message:
I can delete the events, but only if I delete all occurrences which is not very useful. |
can you enable debugging to catch the content of the event during upload? Then one has to investigate why "vobject" don't like it. |
I ran radicale with -D and copied the lines that are printed when I click "Dismiss" in Thunderbird. |
this is related to #1478 and a bug in "dateutil" |
Another user facing this bug (same root cause, recurring MS Teams meeting). |
which version of dateutil is currently used and can one try to use a newer one from here to check whether the issue is fixed meanwile: https://pypi.org/project/python-dateutil/#history |
closing as no feedback, please reopen if still a problem with latest version of radicale and vobject. |
Thanks for the hard work on Radicale!
I saw the closed issue at #806, but I'm running into this issue despite upgrading to the latest radicale (2.1.11). I exported my Gmail calendar to ICS, and when using curl to upload it to Radicale I see get a 'bad request' response. The log says this:
Is there a problem on my side? Thanks a lot!
The text was updated successfully, but these errors were encountered: