diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index cc3847bcd..6ae1c7841 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -935,6 +935,9 @@ if ([[context objectForKey: @"DeviceType"] isEqualToString: @"WindowsOutlook15"]) return; + // remove all alarms to avoid bug #3925 + [event removeAllAlarms]; + dd = [from domainDefaults]; if ([dd appointmentSendEMailNotifications] && [event isStillRelevant]) {