Skip to content

Commit a804cf5

Browse files
authored
Merge pull request #1055 from Invincibear/patch-8
Add web_link property to Calendar
2 parents cb5e737 + 9ad1663 commit a804cf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

O365/calendar.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,7 @@ def __init__(self, *, parent=None, con=None, **kwargs):
927927
self.__show_as = EventShowAs.from_value(cloud_data.get(cc('showAs'), 'busy'))
928928
self.__event_type = EventType.from_value(cloud_data.get(cc('type'), 'singleInstance'))
929929
self.__no_forwarding = False
930+
self.web_link = cloud_data.get(cc('webLink'), None)
930931

931932
def __str__(self):
932933
return self.__repr__()

0 commit comments

Comments
 (0)