3.1.4.1.3.15 m:GetUserAvailabilityResponseType Complex Type

The GetUserAvailabilityResponseType complex type specifies which information is returned in a GetUserAvailability operation response.

 <xs:complexType name="GetUserAvailabilityResponseType">
   <xs:sequence>
     <xs:element name="FreeBusyResponseArray"
       type="m:ArrayOfFreeBusyResponse"
       maxOccurs="1"
       minOccurs="0"
      />
     <xs:element name="SuggestionResponse"
       type="m:SuggestionsResponseType"
       maxOccurs="1"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the GetUserAvailabilityResponseType complex type.

Element name

Type

Description

FreeBusyResponseArray

m:ArrayOfFreeBusyResponse (section 3.1.4.1.3.3)

Specifies the requested user's availability information and the response status.

Can be present. MUST be present if the FreeBusyViewOptions element is present in the request.

SuggestionResponse

m:SuggestionsResponseType (section 3.1.4.1.3.23)

Specifies the suggested data for requested meeting suggestions.

Can be present. MUST be present if the SuggestionsViewOptions element is present in the request.