Home | History | Annotate | Download | only in adapter

Lines Matching defs:attendee

80     // Used to indicate that we removed the attendee list because it was too large
94 // attendee list. By making the meeting organizer OTHER than the user, we cause the UI to
250 // Handle the organizer (who IS an attendee on device, but NOT in EAS)
507 // attendee!
541 // If the user is an attendee, set the attendee status using busyStatus (note that the
543 // Add the insert/update operation for each attendee (based on whether it's add/change)
572 for (ContentValues attendee: attendeeValues) {
573 String attendeeEmail = attendee.getAsString(Attendees.ATTENDEE_EMAIL);
588 // For updated events, we'll try to infer the attendee status from the
593 attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus);
594 // If we're an attendee, save away our initial attendee status in the
596 // the user's current attendee status to determine whether an email needs
613 ops.newAttendee(attendee);
615 ops.updatedAttendee(attendee, eventId);
773 // separate attendee lists for exceptions; if we fail to do this, then the UI will
774 // allow the user to change attendee data, and this change would never get reflected
833 // attendee!
864 // If this is the user, use his busy status for attendee status