Skip to content

Commit a34d191

Browse files
Servers that return a quoted URL in their path will now be parsed correctly
1 parent 183c426 commit a34d191

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

caldav/objects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ def get_properties(
312312
exchange_path = path[:-1]
313313
else:
314314
exchange_path = path + "/"
315+
properties = {unquote(k): v for k, v in properties.items()}
315316

316317
if path in properties:
317318
rc = properties[path]

0 commit comments

Comments
 (0)