mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 00:19:45 +00:00
Now possible to set alarms on event invitations
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
|
||||
@class WORequest;
|
||||
|
||||
@class iCalAlarm;
|
||||
@class iCalEvent;
|
||||
@class iCalCalendar;
|
||||
|
||||
@@ -38,9 +39,12 @@
|
||||
@interface SOGoAppointmentObject : SOGoCalendarComponent
|
||||
|
||||
- (NSException *) changeParticipationStatus: (NSString *) status
|
||||
withDelegate: (iCalPerson *) delegate;
|
||||
withDelegate: (iCalPerson *) delegate
|
||||
alarm: (iCalAlarm *) alarm;
|
||||
|
||||
- (NSException *) changeParticipationStatus: (NSString *) status
|
||||
withDelegate: (iCalPerson *) delegate
|
||||
alarm: (iCalAlarm *) alarm
|
||||
forRecurrenceId: (NSCalendarDate *) _recurrenceId;
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user