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