diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 55fedac19..16dc8da29 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -1513,7 +1513,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir order = [[container subFolders] indexOfObject: self]; - return [NSString stringWithFormat: @"%d", order]; + return [NSString stringWithFormat: @"%d", order+1]; } - (NSException *) setDavCalendarOrder: (NSString *) newColor