2.2.4.27 t:MeetingSuggestionType Complex Type

The MeetingSuggestionType complex type specifies a meeting suggestion. This type extends the EntityType complex type, as specified in section 2.2.4.22.<87>

 <xs:complexType name="MeetingSuggestionType">
   <xs:complexContent>
     <xs:extension base="t:EntityType">
       <xs:sequence>
           <xs:element name="Attendees" type="t:ArrayOfEmailUsersType" minOccurs="0" maxOccurs="1" />
           <xs:element name="Location" type="xs:string" minOccurs="0" />
           <xs:element name="Subject" type="xs:string" minOccurs="0" />
           <xs:element name="MeetingString" type="xs:string" minOccurs="0" />
           <xs:element name="StartTime" type="xs:dateTime" minOccurs="0" />
           <xs:element name="EndTime" type="xs:dateTime" minOccurs="0" />
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>

Attendees: An element of type ArrayOfEmailUsersType, as defined in section 2.2.4.6, that represents those invited to the meeting.

Location: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the location of the meeting.<88>

Subject: An element of type string that represents the subject of the meeting.

MeetingString: An element of type string that represents the name of the meeting.

StartTime: An element of type dateTime, as defined in [XMLSCHEMA2] section 3.2.7, that represents the start time of the meeting.

EndTime: An element of type dateTime that represents the ending time of the meeting.