My favorites | Sign in
Project Logo
                
Search
for
Updated Nov 30, 2007 by adamtaunowilliams
participant  
The participant entity

participant entities are returned in the PARTICIPANTS special key of an Appointment entity when a detail level including zOGI_INCLUDE_PARTICIPANTS is specified.

As of revision 239 the participant entity contains an additional "appointmentObjectId" element that refers to the appointment to which the participant entity belongs.

Example

A Contact Participant

{'entityName': 'participant',
 'firstName': 'Adam',
 'lastname': 'Williams',
 'objectId': 15050,
 'appointmentObjectId': 40390,
 'participantEntityName': 'Contact',
 'participantObjectId': 10160,
 'role': 'CHAIR'}

A Team Participant

{'comment': '',
 'entityName': 'participant',
 'name': 'all intranet',
 'objectId': 15060,
 'appointmentObjectId': 40390,
 'participantEntityName': 'Team',
 'participantObjectId': 10003,
 'role': 'REQ-PARTICIPANT',
 'rsvp': ''}

Participant Roles & Status

The "role" of the participant will be one of the following:

The "status" of the participant will be one of the following:

In order to change their participant status the user must send a ParticipantStatus entity to the server.

Home


Sign in to add a comment
Hosted by Google Code