From fb8ba8f3b9ee1f669aae56f03549a9fb8f4c3aff Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 15 Mar 2017 10:38:20 -0400 Subject: [PATCH] (fix) remove old code conflicting with #3905 --- SoObjects/Appointments/SOGoCalendarComponent.m | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index 3fd7e3360..ecf6b1be5 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -579,17 +579,6 @@ [allAttendees addObject: person]; } } - else - { - // We remove any attendees matching the organizer. Apple iCal will do that when - // you invite someone. It'll add the organizer in the attendee list, which will - // confuse itself! - if ([[currentAttendee rfc822Email] caseInsensitiveCompare: organizerEmail] == NSOrderedSame) - { - [allAttendees removeObject: currentAttendee]; - eventWasModified = YES; - } - } j++; } // while (currentAttendee ...