From 7c460b694e0b8ac149c3bd8a5c8980df479256c3 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 16 Dec 2015 08:32:20 -0500 Subject: [PATCH] Enable new code. --- SoObjects/Appointments/SOGoAppointmentObject.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 5616a7744..2d117959b 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2172,9 +2172,6 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent iCalPerson *attendee, *delegate; NSString *delegateEmail; -#if 1 - attendee = [newEvent userAsAttendee: [SOGoUser userWithLogin: owner]]; -#else attendee = [oldEvent userAsAttendee: [SOGoUser userWithLogin: owner]]; if (!attendee) @@ -2202,7 +2199,6 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent [attendees addObject: attendee]; [newEvent setAttendees: attendees]; } -#endif // We first check of the sequences are alright. We don't accept attendees // accepting "old" invitations. If that's the case, we return a 403