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