diff --git a/SoObjects/Appointments/iCalEventChanges+SOGo.h b/SoObjects/Appointments/iCalEventChanges+SOGo.h index 53f41478b..21ae3d43a 100644 --- a/SoObjects/Appointments/iCalEventChanges+SOGo.h +++ b/SoObjects/Appointments/iCalEventChanges+SOGo.h @@ -1,8 +1,6 @@ /* iCalEventChanges+SOGo.h - this file is part of SOGo * - * Copyright (C) 2007 Inverse inc. - * - * Author: Wolfgang Sourdeau + * Copyright (C) 2007-2019 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/SoObjects/Appointments/iCalEventChanges+SOGo.m b/SoObjects/Appointments/iCalEventChanges+SOGo.m index 562919d58..ca85e925d 100644 --- a/SoObjects/Appointments/iCalEventChanges+SOGo.m +++ b/SoObjects/Appointments/iCalEventChanges+SOGo.m @@ -1,8 +1,6 @@ /* iCalEventChanges+SOGo.m - this file is part of SOGo * - * Copyright (C) 2007-2010 Inverse inc. - * - * Author: Wolfgang Sourdeau + * Copyright (C) 2007-2019 Inverse inc. * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -30,7 +28,7 @@ - (BOOL) sequenceShouldBeIncreased { static NSString *properties[] = {@"organizer", @"startDate", @"endDate", - @"due", @"duration", + @"due", @"duration", @"summary", @"rdate", @"rrule", @"exdate", @"exrule", @"status", @"location", nil};