Monotone-Parent: 413f1a1eef0a131464297caa0b801dbd10e14b8d

Monotone-Revision: b2238fb6fffbf3d555c8ef5fd7436135fbbdfacb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-08-27T16:20:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-08-27 16:20:41 +00:00
parent cfe1d1151a
commit d54fef79b8
9 changed files with 575 additions and 82 deletions
@@ -47,11 +47,14 @@
@interface SOGoAppointmentObject : SOGoCalendarComponent
- (NSException *) changeParticipationStatus: (NSString *) _status;
- (NSException *) changeParticipationStatus: (NSString *) _status
- (NSException *) changeParticipationStatus: (NSString *) status
withDelegate: (iCalPerson *) delegate;
- (NSException *) changeParticipationStatus: (NSString *) status
withDelegate: (iCalPerson *) delegate
forRecurrenceId: (NSCalendarDate *) _recurrenceId;
- (void) takeAttendeeStatus: (iCalPerson *) attendee
withDelegate: (iCalPerson *) delegate
from: (SOGoUser *) originator
withRecurrenceId: (NSCalendarDate*) recurrenceId;