-
Notifications
You must be signed in to change notification settings - Fork 108
Closed
Labels
Milestone
Description
Calling calendar_principal.calendar(name=calendar_name).objects(load_objects=False) for google calendar and yandex calendar somehow raises the following error: caldav.lib.error.ResponseError: ResponseError at 'HTTP/1.1 507 Insufficient Storage', reason no reason. Some accounts or particular calendars raise this error consistently, others do not at all, and I don't understand why.
I haven't found any documented solutions neither at the platforms nor within the library.
I get that 5** status code indicates a server-side problem, but is there anything I can do client-side to prevent this from happening?
Any ideas on how to handle it?