element <uninvite> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definitions of 1 attribute, 1 element
XML Representation Summary
<uninvite
   
 = 
("all" | "none" | "default")
   
>
   
Content: 
</uninvite>
Content model elements (1):
attendee (in uninvite)
Included in content model of elements (1):
sendMeetingRequest
XML Source (see within schema source)
<xsd:element name="uninvite">
<xsd:complexType>
<xsd:attribute name="behavior" type="sendMeetingBehaviorEnum" use="optional">
<xsd:annotation>
<xsd:documentation>
This attribute will give the option to either choose to send
cancellations to "all" attendees in the event's attendee table,
or send to "none" of them. A third value of "default" would
give the default behavior of sending cancellations to all
attendees who are replaced in the &lt;replaceRequest&gt; block.
When this attribute is set, .NET Calendar will ignore anything
within the &lt;uninvite&gt; node.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attendee" type="uninviteAttendeeType">
<xsd:annotation>
<xsd:documentation>
Contains a list of people to uninvite. Uninvited attendees must already exist
in the organizer's attendee table, or else these users are ignored.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 1/1)
behavior
Type:
Use:
optional
Defined:
locally within (this) uninvite element
This attribute will give the option to either choose to send cancellations to "all" attendees in the event's attendee table, or send to "none" of them. A third value of "default" would give the default behavior of sending cancellations to all attendees who are replaced in the <replaceRequest> block. When this attribute is set, .NET Calendar will ignore anything within the <uninvite> node.
XML Source (see within schema source)
<xsd:attribute name="behavior" type="sendMeetingBehaviorEnum" use="optional">
<xsd:annotation>
<xsd:documentation>
This attribute will give the option to either choose to send
cancellations to "all" attendees in the event's attendee table,
or send to "none" of them. A third value of "default" would
give the default behavior of sending cancellations to all
attendees who are replaced in the &lt;replaceRequest&gt; block.
When this attribute is set, .NET Calendar will ignore anything
within the &lt;uninvite&gt; node.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
attendee
Type:
uninviteAttendeeType, complex content
Defined:
locally within (this) uninvite element
Contains a list of people to uninvite. Uninvited attendees must already exist in the organizer's attendee table, or else these users are ignored.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attendee" type="uninviteAttendeeType">
<xsd:annotation>
<xsd:documentation>
Contains a list of people to uninvite. Uninvited attendees must already exist
in the organizer's attendee table, or else these users are ignored.
</xsd:documentation>
</xsd:annotation>
</xsd:element>