From b808067cf731cceee440083afb81884add1f8d11 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 4 Mar 2016 10:24:12 -0500 Subject: [PATCH] Keep specified task status when not completed Fixes #3499 --- SoObjects/Appointments/iCalToDo+SOGo.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/SoObjects/Appointments/iCalToDo+SOGo.m b/SoObjects/Appointments/iCalToDo+SOGo.m index 6f5ac26b0..a64e7c21a 100644 --- a/SoObjects/Appointments/iCalToDo+SOGo.m +++ b/SoObjects/Appointments/iCalToDo+SOGo.m @@ -199,8 +199,6 @@ if ([o isEqualToString: @"COMPLETED"] && completedDate) // As specified in RFC5545, the COMPLETED property must use UTC time [self setCompleted: completedDate]; - else - [self setCompleted: nil]; } // Percent complete