コード例 #1
0
ファイル: augment.py プロジェクト: nunb/calendarserver
 def recordWithCalendarUserAddress(self, *args, **kwds):
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(
         self, *args, **kwds
     )
コード例 #2
0
ファイル: augment.py プロジェクト: advatar/CalendarServer
 def recordWithCalendarUserAddress(self, *args, **kwds):
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(
         self, *args, **kwds)
コード例 #3
0
ファイル: cache.py プロジェクト: manu-g/ccs-calendarserver
 def recordWithCalendarUserAddress(self, cua, timeoutSeconds=None):
     # This will get cached by the underlying recordWith... call
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(
         self, cua, timeoutSeconds=timeoutSeconds
     )
コード例 #4
0
ファイル: cache.py プロジェクト: eventable/CalendarServer
 def recordWithCalendarUserAddress(self, cua, timeoutSeconds=None):
     # This will get cached by the underlying recordWith... call
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(self, cua, timeoutSeconds=timeoutSeconds)