From e40e82cde49045d653cc27b194c270a17d3bf092 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 10 Dec 2008 19:24:07 +0000 Subject: [PATCH] Monotone-Parent: 95af248444f21e7a45c7f512247840f4bf84e4bb Monotone-Revision: f6a2b7a59b97cc24c9e22e0a5b0e131bdcf23204 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-12-10T19:24:07 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/iCalEventChanges+SOGo.m | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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;