3.1.4.9.2.1 SetAttendeeResponse

The SetAttendeeResponse element specifies the input of SetAttendeeResponse operation (section 3.1.4.9). This element is defined as follows.

 <s:element name="SetAttendeeResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="attendeeEmail" type="s:string"/>
       <s:element name="recurrenceId" type="s:unsignedInt" minOccurs="0"/>
       <s:element name="uid" type="s:string"/>
       <s:element name="sequence" type="s:unsignedInt" minOccurs="0"/>
       <s:element name="utcDateTimeOrganizerCriticalChange" type="s:dateTime" minOccurs="0"/>
       <s:element name="utcDateTimeAttendeeCriticalChange" type="s:dateTime" minOccurs="0"/>
       <s:element name="response" type="tns:AttendeeResponse" minOccurs="0"/>
     </s:sequence>
   </s:complexType>
 </s:element>

attendeeEmail: The e-mail address of the responding attendee.

recurrenceId: The instance of a recurring meeting associated with the response. For single-instance meetings, this MUST be set to zero.

uid: The UID specifying the meeting associated with the response.

sequence: The sequence number of a meeting instance associated with the response. The default value is zero.

utcDateTimeOrganizerCriticalChange: The time stamp at which the attendee responded to the meeting, translated to the time zone of the meeting organizer.<1>

utcDateTimeAttendeeCriticalChange: The time stamp at which the attendee responded to the meeting, translated to the time zone of the attendee.

response: Attendee acceptance or rejection of the meeting invitation. The default value is "responseAccepted".