diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index bc19f2c7a..cc0f5bcd6 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -231,7 +231,7 @@ _occurenceHasID (iCalRepeatableEntityObject *occurence, NSString *recID) [newOccurence setOrganizer: nil]; [newOccurence setRecurrenceId: recDate]; - calendar = [newOccurence parent]; + calendar = [masterOccurence parent]; [calendar addChild: newOccurence]; } else