From 9838c369b299ab49d1236ebea53cd0ef3eab53c6 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 6 Sep 2018 14:45:19 -0400 Subject: [PATCH] Update comment in SOGoAppointmentObject.m --- SoObjects/Appointments/SOGoAppointmentObject.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 67bdb45c2..cbee61678 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -197,8 +197,8 @@ iCalEvent *ownerEvent; SOGoUser *user; // We check if the attendee that was added to a single occurence is - // present in the master component. If not, we add it with a participation - // status set to "DECLINED". + // present in the master component. If not, we create a calendar with + // a single event for the occurence. ownerEvent = [[[newEvent parent] events] objectAtIndex: 0]; user = [SOGoUser userWithLogin: theUID];