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
@@ -215,6 +215,7 @@
they should be siblings or SOGoComponentOccurence the parent class of SOGoCalendarComponent...
- (NSException *) changeParticipationStatus: (NSString *) newStatus
withDelegate: (iCalPerson *) delegate
alarm: (iCalAlarm *) alarm
{
NSCalendarDate *date;
@@ -222,6 +223,7 @@
return [container changeParticipationStatus: newStatus
withDelegate: delegate
alarm: alarm
forRecurrenceId: date];
}