Share via


SetAttendeeResponse Method

The SetAttendeeResponse method of the Meetings service sets the attendee response for a meeting.

Parameters

attendeeEmail   The e-mail address, specified as *email_address@domain.ext*, for the responding user.

recurrenceId   The recurrence ID for the meeting. For single instance meetings, this parameter can be set to zero.

uid   A persistent GUID for the calendar component.

sequence   An integer used to determine the ordering of updates in case they arrive out of sequence. Updates with a lower-than-current sequence are discarded. If the sequence is equal to the current sequence, the latest update will be applied.

utcDateTimeOrganizerCriticalChange   This parameter is ignored in this release; therefore, this parameter can be a default date time.

utcDateTimeAttendeeCriticalChange   The date and time when the instance of the attendee object was created, expressed in Coordinated Universal Time (UTC).

response   The response from the responding user (responseAccepted, responseTentative, or responseDeclined).

SOAP Request Format

The following is a sample SOAP request. The placeholders shown need to be replaced with actual values.

POST /_vti_bin/meetings.asmx HTTP/1.1
Host:  server_name
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.microsoft.com/sharepoint/soap/meetings/SetAttendeeResponse"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SetAttendeeResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/meetings/">
      <attendeeEmail>string</attendeeEmail>
      <recurrenceId>unsignedInt</recurrenceId>
      <uid>string</uid>
      <sequence>unsignedInt</sequence>
      <utcDateTimeOrganizerCriticalChange>dateTime</utcDateTimeOrganizerCriticalChange>
      <utcDateTimeAttendeeCriticalChange>dateTime</utcDateTimeAttendeeCriticalChange>
      <response>responseAccepted
                or responseTentative or
                    responseDeclined</response>
    </SetAttendeeResponse>
  </soap:Body>
</soap:Envelope>

SOAP Response Format

The following is a sample SOAP response. The placeholders shown will be replaced with actual return values.

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <SetAttendeeResponseResponse xmlns="http://schemas.microsoft.com/sharepoint/soap/meetings/" />
  </soap:Body>
</soap:Envelope>

Requirements

Platforms: Microsoft Windows Server 2003

Web Reference: http://Server_Name/[sites/][Site_Name/]_vti_bin/Meetings.asmx