Skip to content

Commit

Permalink
(fix) remove all alarms before IMIP reply (fixes #3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
extrafu committed Jan 13, 2017
1 parent 494b2d7 commit a42d6ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SoObjects/Appointments/SOGoCalendarComponent.m
Expand Up @@ -935,6 +935,9 @@ - (void) sendIMIPReplyForEvent: (iCalRepeatableEntityObject *) event
if ([[context objectForKey: @"DeviceType"] isEqualToString: @"WindowsOutlook15"])
return;

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

dd = [from domainDefaults];
if ([dd appointmentSendEMailNotifications] && [event isStillRelevant])
{
Expand Down

0 comments on commit a42d6ce

Please sign in to comment.