From 39632239f9e421fd4daf9982a403a4cbdda88519 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 3 Jan 2013 10:15:25 -0500 Subject: [PATCH] Fix partstat of attendee in his calendar Fixes #2155 --- 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 3809eb6cb..0e6063247 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -1374,7 +1374,7 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent // Web interface. Over DAV, it'll be handled directly in // PUTAction: if (![context request] || [[context request] handledByDefaultHandler]) - ex = [self saveContentString: [calendar versitString]]; + ex = [self saveContentString: [[event parent] versitString]]; } } else