From 4ec19d46fa8fa8bde0c7f1b6a87d4828677de7c0 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 25 Apr 2013 14:46:00 -0400 Subject: [PATCH] Removed left-over code that would cause the logic from bug #2035 to not work. --- SoObjects/Appointments/SOGoAppointmentFolder.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index b54cb846c..395133ac8 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -2901,9 +2901,6 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir NSMutableString *content; NSString *uid; - uid = [self globallyUniqueObjectId]; - [event setUid: uid]; - // We first look if there's an event with the same UID in our calendar. If not, // let's reuse what is in the event, otherwise generate a new GUID and use it. uid = [event uid];