Exemplo n.º 1
0
 def recordsMatchingFields(self, *args, **kwds):
     return CalendarDirectoryServiceMixin.recordsMatchingFields(
         self, *args, **kwds
     )
Exemplo n.º 2
0
 def recordWithCalendarUserAddress(self, *args, **kwds):
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(
         self, *args, **kwds
     )
Exemplo 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
     )
Exemplo n.º 4
0
 def recordsMatchingFields(self, *args, **kwds):
     return CalendarDirectoryServiceMixin.recordsMatchingFields(
         self, *args, **kwds)
Exemplo n.º 5
0
 def recordWithCalendarUserAddress(self, *args, **kwds):
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(
         self, *args, **kwds)
Exemplo n.º 6
0
 def recordWithCalendarUserAddress(self, cua, timeoutSeconds=None):
     # This will get cached by the underlying recordWith... call
     return CalendarDirectoryServiceMixin.recordWithCalendarUserAddress(self, cua, timeoutSeconds=timeoutSeconds)