mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-03 20:55:08 +00:00
Now possible to set alarms on event invitations
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
@class NSException;
|
||||
|
||||
@class iCalAlarm;
|
||||
@class iCalCalendar;
|
||||
@class iCalPerson;
|
||||
@class iCalRepeatableEntityObject;
|
||||
@@ -37,7 +38,8 @@
|
||||
- (BOOL) isNew;
|
||||
|
||||
- (NSException *) changeParticipationStatus: (NSString *) newPartStat
|
||||
withDelegate: (iCalPerson *) delegate;
|
||||
withDelegate: (iCalPerson *) delegate
|
||||
alarm: (iCalAlarm *) alarm;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user