From 29f2d960a7364d5ce9f3d3170f2c6f1d014e0610 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 15 Dec 2015 16:15:48 -0500 Subject: [PATCH] Enable old code. --- SoObjects/Appointments/SOGoAppointmentObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 82873a404..5616a7744 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -2172,7 +2172,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent iCalPerson *attendee, *delegate; NSString *delegateEmail; -#if 0 +#if 1 attendee = [newEvent userAsAttendee: [SOGoUser userWithLogin: owner]]; #else attendee = [oldEvent userAsAttendee: [SOGoUser userWithLogin: owner]];