From 70dbcf0418d24f68232383186cb8443ffc269c8b Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 16 Dec 2014 13:24:10 -0500 Subject: [PATCH] Fix for MeetingStatus applied yesterday --- ActiveSync/iCalEvent+ActiveSync.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ActiveSync/iCalEvent+ActiveSync.m b/ActiveSync/iCalEvent+ActiveSync.m index 0417d9ccf..55c8671d4 100644 --- a/ActiveSync/iCalEvent+ActiveSync.m +++ b/ActiveSync/iCalEvent+ActiveSync.m @@ -145,10 +145,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [s appendFormat: @"%@", o]; } } - else - { - meetingStatus = 0; // appointment - } // Attendees attendees = [self attendees]; @@ -182,6 +178,10 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. } [s appendString: @""]; } + else + { + meetingStatus = 0; // appointment + } // This depends on the 'NEEDS-ACTION' parameter. // This will trigger the SendMail command