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