Esempio n. 1
0
 def recordWithCalendarUserAddress(self, *args, **kwds):
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(
         self, *args, **kwds
     )
Esempio n. 2
0
 def recordWithCalendarUserAddress(self, *args, **kwds):
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(
         self, *args, **kwds)
Esempio n. 3
0
 def recordWithCalendarUserAddress(self, cua, timeoutSeconds=None):
     # This will get cached by the underlying recordWith... call
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(
         self, cua, timeoutSeconds=timeoutSeconds
     )
Esempio n. 4
0
 def recordWithCalendarUserAddress(self, cua, timeoutSeconds=None):
     # This will get cached by the underlying recordWith... call
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(self, cua, timeoutSeconds=timeoutSeconds)