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