Skip to content

Commit b27c422

Browse files
committed
if we cannot load an object using GET, try using REPORT and multiget. Updates #459
1 parent f69fc97 commit b27c422

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Python 3.7 is no longer tested - but it should work. Please file a bug report i
3737
### Added
3838

3939
* By now `calendar.search(..., sort_keys=("DTSTART")` will work. Sort keys expects a list or a tuple, but it's easy to send an attribute by mistake. https://github.com/python-caldav/caldav/pull/449
40+
* Compatibility workaround: If `event.load()` fails, it will retry the load by doing a multiget - https://github.com/python-caldav/caldav/pull/475 - https://github.com/python-caldav/caldav/issues/459
4041

4142
## [1.4.0] - 2024-11-05
4243

0 commit comments

Comments
 (0)