]> err.no Git - scalable-opengroupware.org/blobdiff - SoObjects/Appointments/SOGoTaskObject.h
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1265 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SoObjects / Appointments / SOGoTaskObject.h
index 23436263330221ce32cef979ccacebf40594392f..c369e6fb10c46413a9c8ddbf7595152aac84385a 100644 (file)
 
 @interface SOGoTaskObject : SOGoCalendarComponent
 
-/* folder management */
-
-- (id)lookupHomeFolderForUID:(NSString *)_uid inContext:(id)_ctx;
-- (NSArray *)lookupCalendarFoldersForUIDs:(NSArray *)_uids inContext:(id)_ctx;
-
-/* "iCal multifolder saves" */
-
-- (NSException *)saveContentString:(NSString *)_iCal baseSequence:(int)_v;
-- (NSException *)deleteWithBaseSequence:(int)_v;
-
-- (NSException *)saveContentString:(NSString *)_iCalString;
-
-- (NSException *)changeParticipationStatus:(NSString *)_status
-                                 inContext:(id)_ctx;
-
-
 @end
 
 #endif /* __Appointmentss_SOGoTaskObject_H__ */