diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index f222cf40c..15daf3723 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -2944,6 +2944,18 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir refDict = [moduleSettings objectForKey: @"FolderShowTasks"]; [refDict removeObjectForKey: reference]; + refDict = [moduleSettings objectForKey: @"FolderSynchronize"]; + [refDict removeObjectForKey: reference]; + + refDict = [moduleSettings objectForKey: @"NotifyOnExternalModifications"]; + [refDict removeObjectForKey: reference]; + + refDict = [moduleSettings objectForKey: @"NotifyOnPersonalModifications"]; + [refDict removeObjectForKey: reference]; + + refDict = [moduleSettings objectForKey: @"NotifyUserOnPersonalModifications"]; + [refDict removeObjectForKey: reference]; + refArray = [moduleSettings objectForKey: @"InactiveFolders"]; [refArray removeObject: nameInContainer];