3.1.4.1.3.21 t:Suggestion Complex Type

The Suggestion complex type specifies a single meeting suggestion in a GetUserAvailability operation response.

 <xs:complexType name="Suggestion">
   <xs:sequence>
     <xs:element name="MeetingTime"
       type="xs:dateTime"
       maxOccurs="1"
       minOccurs="1"
      />
     <xs:element name="IsWorkTime"
       type="xs:boolean"
       maxOccurs="1"
       minOccurs="1"
      />
     <xs:element name="SuggestionQuality"
       type="t:SuggestionQuality"
       maxOccurs="1"
       minOccurs="1"
      />
     <xs:element name="AttendeeConflictDataArray"
       type="t:ArrayOfAttendeeConflictData"
       maxOccurs="1"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

MeetingTime

xs:dateTime [XMLSCHEMA2]

Represents a suggested meeting time.

MUST be present.

IsWorkTime

xs:boolean [XMLSCHEMA2]

Represents whether the suggested meeting time occurs during the scheduled working hours of the organizer.

MUST be present.

SuggestionQuality

t:SuggestionQuality (section 3.1.4.1.4.3)

Represents the quality of the suggested meeting time. SHOULD<10> be present.

AttendeeConflictDataArray

t:ArrayOfAttendeeConflictData (section 3.1.4.1.3.1)

Contains an array of conflicts between attendees and the suggested meeting time.

Can be present.