Fix for MeetingStatus applied yesterday

pull/68/head
Ludovic Marcotte 2014-12-16 13:24:10 -05:00
parent bfaaf6eb34
commit 70dbcf0418
1 changed files with 4 additions and 4 deletions

View File

@ -145,10 +145,6 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
[s appendFormat: @"<Organizer_Name xmlns=\"Calendar:\">%@</Organizer_Name>", 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: @"</Attendees>"];
}
else
{
meetingStatus = 0; // appointment
}
// This depends on the 'NEEDS-ACTION' parameter.
// This will trigger the SendMail command