Skip to content

Commit c2bf576

Browse files
author
Alejandro Casanovas
committed
Merge remote-tracking branch 'origin/master'
2 parents 8651c15 + a804cf5 commit c2bf576

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)