Now possible to set alarms on event invitations

This commit is contained in:
Ludovic Marcotte
2014-12-16 09:20:27 -05:00
parent 3eac0f5261
commit fb6ef3aa8a
23 changed files with 461 additions and 281 deletions
@@ -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