mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-22 07:03:19 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user