Skip to content

Commit

Permalink
(ix) remove alarms in IMIP responses (fixes #3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Jan 12, 2017
1 parent 9058590 commit 9d7d257
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SoObjects/Appointments/SOGoCalendarComponent.m
Expand Up @@ -933,6 +933,9 @@ - (void) _sendIMIPReplyForEvent: (iCalRepeatableEntityObject *) event
/* get WOApplication instance */
app = [WOApplication application];

/* remove all alarms to avoid bug #3925 */
[event removeAllAlarms];

/* construct message content */
p = [app pageWithName: @"SOGoAptMailICalReply" inContext: context];
[p setApt: (iCalEvent *) event];
Expand Down

0 comments on commit 9d7d257

Please sign in to comment.