Modifier and Type | Origin and Description |
---|---|
public GEventAttendee |
gappsv3.GEventAttendee.set(java.lang.String fieldName!, java.lang.Object value!)
Set properties on the GEventAttendee corresponding to JSON properties. |
public GEventAttendee |
gappsv3.GEventAttendee.setAdditionalGuests(BBjNumber additionalGuests!)
Number of guests attendee is bringing. |
public GEventAttendee |
gappsv3.GEventAttendee.setComment(BBjString comment!)
Attendee's comment for the event. Example: "I am bringing cherry cobbler to the party." |
public GEventAttendee |
gappsv3.GEventAttendee.setDisplayName(BBjString displayName!)
The attendee's name, if available. |
public GEventAttendee |
gappsv3.GEventAttendee.setEmail(BBjString email!)
The attendee's email address, if available. This field must be present when adding an attendee. |
public GEventAttendee |
gappsv3.GEventAttendee.setId(BBjString id!)
The attendee's Profile ID, if available. |
public GEventAttendee |
gappsv3.GEventAttendee.setOptional(BBjNumber optional!)
Whether this is an optional attendee. Optional. The default is False (0). |
public GEventAttendee |
gappsv3.GEventAttendee.setOrganizer(BBjNumber organizer!)
Whether this attendee is also the organizer. Default is 0. |
public GEventAttendee |
gappsv3.GEventAttendee.setResource(BBjNumber resource!)
Whether the attendee is a resource. Read-only. The default is False (0) |
public GEventAttendee |
gappsv3.GEventAttendee.setResponseStatus(java.lang.String responseStatus!)
The attendee's response status. Possible values are: "needsAction" - The attendee has not responded to the invitation. "declined" - The attendee has declined the invitation. "tentative" - The attendee has tentatively accepted the invitation. "accepted" - The attendee has accepted the invitation. |
Modifier and Type | Origin and Description |
---|---|
public void |
gappsv3.GEvent.addAttendee(GEventAttendee attendee!)
Add one participant to the list of people who are attending the meeting. |