Raise notimplementedError on attends
This commit is contained in:
parent
411a71adc1
commit
697f6e82bd
1 changed files with 1 additions and 0 deletions
|
|
@ -154,3 +154,4 @@ class ICapCalendarEvent(IBaseCap):
|
|||
:param is_attending : is attending to the event or not
|
||||
:type is_attending : bool
|
||||
"""
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue