Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
XML Representation Summary |
||||||
<uninvite |
||||||
|
||||||
> |
||||||
|
||||||
</uninvite> |
<xsd:complexType>
<xsd:attribute name="behavior" type="sendMeetingBehaviorEnum" use="optional">
</xsd:complexType>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
This attribute will give the option to either choose to send
</xsd:documentation>
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. <xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attendee" type="uninviteAttendeeType">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
Contains a list of people to uninvite. Uninvited attendees must already exist
</xsd:documentation>
in the organizer's attendee table, or else these users are ignored. </xsd:element>
|
Type: |
|
Use: |
optional |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute will give the option to either choose to send
</xsd:documentation>
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. </xsd:attribute>
|
Type: |
uninviteAttendeeType, complex content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Contains a list of people to uninvite. Uninvited attendees must already exist
</xsd:documentation>
in the organizer's attendee table, or else these users are ignored. </xsd:element>
|