diff --git a/SoObjects/Appointments/iCalEventChanges+SOGo.m b/SoObjects/Appointments/iCalEventChanges+SOGo.m index 099acca1b..f73dd6040 100644 --- a/SoObjects/Appointments/iCalEventChanges+SOGo.m +++ b/SoObjects/Appointments/iCalEventChanges+SOGo.m @@ -30,10 +30,11 @@ - (BOOL) sequenceShouldBeIncreased { - NSString *properties[] = {@"organizer", @"startDate", @"endDate", /* vtask: - @"due" */ + NSString *properties[] = {@"organizer", @"startDate", @"endDate", + @"due", @"duration", @"rdate", @"rrule", @"exdate", @"exrule", - @"status", @"summary", @"comment", @"location", + @"status", @"location", + //@"summary", @"comment", nil}; NSString **currentProperty; BOOL updateRequired;