diff --git a/ChangeLog b/ChangeLog index ab83cbd4b..c9d1e243c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-04-18 Wolfgang Sourdeau + + * SoObjects/Appointments/SOGoAppointmentFolder.m + (-importCalendar:): journals and freebusys are not + supported. + 2012-04-16 Wolfgang Sourdeau * SoObjects/SOGo/NSString+Utilities.m (-encryptWithKey:) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 31cf4a442..146b38f89 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -2746,8 +2746,8 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir components = [[calendar events] mutableCopy]; [components autorelease]; [components addObjectsFromArray: [calendar todos]]; - [components addObjectsFromArray: [calendar journals]]; - [components addObjectsFromArray: [calendar freeBusys]]; + // [components addObjectsFromArray: [calendar journals]]; + // [components addObjectsFromArray: [calendar freeBusys]]; count = [components count]; for (i = 0; i < count; i++) {