element <meetingStatus> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within bodyType complexType in myCalendar.xsd; see XML source
XML Representation Summary
<meetingStatus>
   
Content: 
{ "not-sent" | "sent" | "cancelled" }
</meetingStatus>
Included in content model of elements (1):
body (type bodyType)
Annotation
Tracks the status of this meeting {not-sent, sent, cancelled}. A regular appointment will not have this element. If <meetingStatus> exists, this event should be rendered as a meeting, not as an appointment.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="meetingStatus" type="meetingStatusEnum">
<xsd:annotation>
<xsd:documentation>
Tracks the status of this meeting {not-sent, sent, cancelled}. A regular appointment will
not have this element. If &lt;meetingStatus&gt; exists, this event should be rendered as
a meeting, not as an appointment.
</xsd:documentation>
</xsd:annotation>
</xsd:element>