Home | History | Annotate | Download | only in adapter

Lines Matching defs:attendee

81     // Used to indicate that we removed the attendee list because it was too large
95 // attendee list. By making the meeting organizer OTHER than the user, we cause the UI to
251 // Handle the organizer (who IS an attendee on device, but NOT in EAS)
516 // attendee!
550 // If the user is an attendee, set the attendee status using busyStatus (note that the
552 // Add the insert/update operation for each attendee (based on whether it's add/change)
581 for (ContentValues attendee: attendeeValues) {
582 String attendeeEmail = attendee.getAsString(Attendees.ATTENDEE_EMAIL);
597 // For updated events, we'll try to infer the attendee status from the
602 attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus);
603 // If we're an attendee, save away our initial attendee status in the
605 // the user's current attendee status to determine whether an email needs
622 ops.newAttendee(attendee);
624 ops.updatedAttendee(attendee, eventId);
782 // separate attendee lists for exceptions; if we fail to do this, then the UI will
783 // allow the user to change attendee data, and this change would never get reflected
855 // attendee!
886 // If this is the user, use his busy status for attendee status