Home | History | Annotate | Download | only in adapter

Lines Matching refs:attendee

128     // Used to indicate that we removed the attendee list because it was too large
146 // attendee list. By making the meeting organizer OTHER than the user, we cause the UI to
331 // Handle the organizer (who IS an attendee on device, but NOT in EAS)
586 // attendee!
620 // If the user is an attendee, set the attendee status using busyStatus (note that the
622 // Add the insert/update operation for each attendee (based on whether it's add/change)
651 for (ContentValues attendee: attendeeValues) {
652 String attendeeEmail = attendee.getAsString(Attendees.ATTENDEE_EMAIL);
667 // For updated events, we'll try to infer the attendee status from the
672 attendee.put(Attendees.ATTENDEE_STATUS, attendeeStatus);
673 // If we're an attendee, save away our initial attendee status in the
675 // the user's current attendee status to determine whether an email needs
692 ops.newAttendee(attendee);
694 ops.updatedAttendee(attendee, eventId);
852 // separate attendee lists for exceptions; if we fail to do this, then the UI will
853 // allow the user to change attendee data, and this change would never get reflected
912 // attendee!
943 // If this is the user, use his busy status for attendee status
1678 // Handle attendee data here; keep track of organizer and stream it afterward
1687 // Similarly, we need an attendee email for each invitee
1710 s.end(); // Attendee
1723 // Meeting status, 0 = appointment, 1 = meeting, 3 = attendee
1724 // In JB, organizer won't be an attendee
2006 // attendees list and the user attendee status; we will need them later
2055 // an updated String with tokenized attendee addresses
2066 // Update extended properties with the new attendee list, if we have one
2083 // Whoever is left has been removed from the attendee list; send them
2091 // Just send it to the removed attendee
2092 userLog("Queueing cancellation to removed attendee " + msg.mTo);
2097 // If we're not the organizer, see if we've changed our attendee status
2098 // Our last synced attendee status is in ExtendedProperties, and we've