python-caldav / caldav

Apache License 2.0
321 stars 95 forks source link

Some server needs explicit event or task when doing search #401

Open tobixen opened 3 months ago

tobixen commented 3 months ago

The test framework already supports DAViCal, and there is a hack in the object_by_uid-method to support DAViCal, but the behaviour from calendar.mail.ru is not very well supported.

Tasks:

tobixen commented 3 months ago

For calendar.mail.ru, calendar.objects() will just throw a NotFoundError, even if calendar.events() yields results.

I'll work around it with a compatibility hook in the test code, but the proper solution depends on #402