element <inviteType> (local)
Namespace:
Type:
Content:
simple
Defined:
XML Representation Summary
<inviteType>
   
Content: 
{ "required" | "optional" | "resource" }
</inviteType>
Included in content model of elements (2):
attendee (in event in myCalendar), attendee (type attendeeType)
Annotation
The meeting organizer uses this to define the kind of invitee {required, optional, resource}.
XML Source (see within schema source)
<xsd:element name="inviteType" type="inviteTypeEnum">
<xsd:annotation>
<xsd:documentation>
The meeting organizer uses this to define the kind of invitee {required, optional, resource}.
</xsd:documentation>
</xsd:annotation>
</xsd:element>