mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
Monotone-Parent: 463195ab0268a4a769eab22f23b6aecf0c87ad79
Monotone-Revision: 9abbb51cbabcad645190865841814453369fa85f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-18T10:16:25 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -35,21 +35,19 @@
|
||||
@class SOGoUser;
|
||||
|
||||
@interface SOGoCalendarComponent : SOGoContentObject
|
||||
{
|
||||
iCalCalendar *calendar;
|
||||
NSString *calContent;
|
||||
}
|
||||
|
||||
- (NSString *) componentTag;
|
||||
- (iCalCalendar *) calendar: (BOOL) create;
|
||||
- (iCalRepeatableEntityObject *) component: (BOOL) create;
|
||||
|
||||
- (NSException *) primarySaveContentString: (NSString *) _iCalString;
|
||||
- (NSException *) primaryDelete;
|
||||
- (iCalCalendar *) calendar: (BOOL) create
|
||||
secure: (BOOL) secure;
|
||||
- (id) component: (BOOL) create secure: (BOOL) secure;
|
||||
|
||||
- (NSException *) delete;
|
||||
// - (NSException *) primarySaveContentString: (NSString *) _iCalString;
|
||||
// - (NSException *) primaryDelete;
|
||||
|
||||
- (NSException *) changeParticipationStatus: (NSString *) _status;
|
||||
// - (NSException *) delete;
|
||||
|
||||
- (void) saveComponent: (iCalRepeatableEntityObject *) newObject;
|
||||
|
||||
/* mail notifications */
|
||||
- (BOOL) sendEMailNotifications;
|
||||
@@ -64,7 +62,6 @@
|
||||
- (iCalPerson *) findParticipantWithUID: (NSString *) uid;
|
||||
|
||||
- (iCalPerson *) iCalPersonWithUID: (NSString *) uid;
|
||||
- (NSString *) getUIDForICalPerson: (iCalPerson *) person;
|
||||
- (NSArray *) getUIDsForICalPersons: (NSArray *) iCalPersons;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user