MCPcopy Index your code
hub / github.com/O365/python-o365 / importance

Method importance

O365/calendar.py:1105–1112  ·  view source on GitHub ↗

Event Priority :getter: get importance of event :setter: set the importance of event :type: ImportanceLevel

(self)

Source from the content-addressed store, hash-verified

1103
1104 @property
1105 def importance(self):
1106 """ Event Priority
1107
1108 :getter: get importance of event
1109 :setter: set the importance of event
1110 :type: ImportanceLevel
1111 """
1112 return self.__importance
1113
1114 @importance.setter
1115 def importance(self, value):

Callers

nothing calls this directly

Calls 3

from_valueMethod · 0.80
_ccMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected