mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 06:02:17 +00:00
Now possible to set alarms on event invitations
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user