Skip to content

Commit 4453f9b

Browse files
authored
Update calendarobjectresource.py
1 parent 8b99d28 commit 4453f9b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

caldav/calendarobjectresource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ def load(self, only_if_unloaded: bool = False) -> Self:
631631
r = self.client.request(str(self.url))
632632
if r.status and r.status == 404:
633633
raise error.NotFoundError(errmsg(r))
634+
self.data = r.raw
634635
except error.NotFoundError:
635636
raise
636637
except:

0 commit comments

Comments
 (0)