Skip to content

Commit c0ad187

Browse files
committed
Recurrence type is read only property
1 parent a156992 commit c0ad187

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

O365/calendar.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -344,15 +344,9 @@ def recurrence_type(self):
344344
"""Type of the recurrence pattern
345345
346346
:getter: Get the type
347-
:setter: Set the type
348347
:type: str
349348
"""
350349
return self.__recurrence_type
351-
352-
@recurrence_type.setter
353-
def recurrence_type(self, value):
354-
self.__recurrence_type = value
355-
self._track_changes()
356350

357351
@property
358352
def start_date(self):

0 commit comments

Comments
 (0)