diff --git a/SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m b/SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m index dd08d262c..00a0ce07c 100644 --- a/SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m +++ b/SoObjects/Appointments/iCalRepeatableEntityObject+SOGo.m @@ -209,9 +209,11 @@ } if ((NSUInteger) frequency != NSNotFound) - [rule setFrequency: frequency]; + { + [rule setFrequency: frequency]; + [self setRecurrenceRules: [NSArray arrayWithObject: rule]]; + } - [self setRecurrenceRules: [NSArray arrayWithObject: rule]]; [rule release]; } }