diff --git a/SoObjects/SOGo/SOGoUserFolder.h b/SoObjects/SOGo/SOGoUserFolder.h index d2bd564ab..795a3379b 100644 --- a/SoObjects/SOGo/SOGoUserFolder.h +++ b/SoObjects/SOGo/SOGoUserFolder.h @@ -52,8 +52,8 @@ - (NSDictionary *) foldersOfType: (NSString *) type matchingUID: (NSString *) uid; -/* TODO: not implemented, bad bad */ -// - (id)lookupFreeBusyObject; +- (id) freeBusyObject: (NSString *) _key + inContext: (WOContext *) _ctx; @end