am 2019792f: am 04396916: Fix regression in Exchange calendar attendee response

Merge commit '2019792f1f2b98747db25ba11fea35e03b5e73aa' into gingerbread-plus-aosp

* commit '2019792f1f2b98747db25ba11fea35e03b5e73aa':
  Fix regression in Exchange calendar attendee response
This commit is contained in:
Marc Blank 2010-06-30 15:33:15 -07:00 committed by Android Git Automerger
commit 4cfaaa9527

View File

@ -597,7 +597,7 @@ public class CalendarSyncAdapter extends AbstractSyncAdapter {
String attendeeEmail = attendee.getAsString(Attendees.ATTENDEE_EMAIL);
sb.append(attendeeEmail);
sb.append(ATTENDEE_TOKENIZER_DELIMITER);
if (selfOrganizer) {
if (mEmailAddress.equalsIgnoreCase(attendeeEmail)) {
int attendeeStatus =
CalendarUtilities.attendeeStatusFromBusyStatus(busyStatus);
attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus);