From b6d9c3e8e04a6f4d13856a2b19854ef8adeb63da 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 30a8448ee..5a4c3a686 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -580,17 +580,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 ...