Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.model.EventAttendee

Packages that use EventAttendee
com.google.api.services.calendar.model   
 

Uses of EventAttendee in com.google.api.services.calendar.model
 

Methods in com.google.api.services.calendar.model that return EventAttendee
 EventAttendee EventAttendee.setAdditionalGuests(java.lang.Integer additionalGuests)
          Number of additional guests.
 EventAttendee EventAttendee.setComment(java.lang.String comment)
          The attendee's response comment.
 EventAttendee EventAttendee.setDisplayName(java.lang.String displayName)
          The attendee's name, if available.
 EventAttendee EventAttendee.setEmail(java.lang.String email)
          The attendee's email address, if available.
 EventAttendee EventAttendee.setId(java.lang.String id)
          The attendee's Profile ID, if available.
 EventAttendee EventAttendee.setOptional(java.lang.Boolean optional)
          Whether this is an optional attendee.
 EventAttendee EventAttendee.setOrganizer(java.lang.Boolean organizer)
          Whether the attendee is the organizer of the event.
 EventAttendee EventAttendee.setResource(java.lang.Boolean resource)
          Whether the attendee is a resource.
 EventAttendee EventAttendee.setResponseStatus(java.lang.String responseStatus)
          The attendee's response status.
 EventAttendee EventAttendee.setSelf(java.lang.Boolean self)
          Whether this entry represents the calendar on which this copy of the event appears.
 

Methods in com.google.api.services.calendar.model that return types with arguments of type EventAttendee
 java.util.List<EventAttendee> Event.getAttendees()
          The attendees of the event.
 

Method parameters in com.google.api.services.calendar.model with type arguments of type EventAttendee
 Event Event.setAttendees(java.util.List<EventAttendee> attendees)
          The attendees of the event.