element <invite> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 1 element
Defined:
Includes:
definitions of 1 attribute, 1 element
XML Representation Summary
<invite
   
 = 
("all" | "none" | "default")
   
>
   
Content: 
</invite>
Content model elements (1):
attendee (in invite)
Included in content model of elements (1):
sendMeetingRequest
XML Source (see within schema source)
<xsd:element name="invite">
<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
invitations 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 invitations to only the
new attendees in the &lt;replaceRequest&gt; block. When this
attribute is set, .NET Calendar will ignore anything within
the &lt;invite&gt; node.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attendee" type="hs:userReference">
<xsd:annotation>
<xsd:documentation>
Contains information about this attendee to be invited. An invited
attendee must already exist in the organizer's attendee table. This
attendee may originally be there prior to the sendMeetingRequest
method, or be the result of the update operation to this meeting.
<br/>
To change the attendee's inviteType, the update operation should
be used.
<br/>
When invitations are sent, the attendee's &lt;responseTime&gt;
is set to the current time (now) as a side-effect.
</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) invite element
This attribute will give the option to either choose to send invitations 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 invitations to only the new attendees in the <replaceRequest> block. When this attribute is set, .NET Calendar will ignore anything within the <invite> 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
invitations 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 invitations to only the
new attendees in the &lt;replaceRequest&gt; block. When this
attribute is set, .NET Calendar will ignore anything within
the &lt;invite&gt; node.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
attendee
Type:
hs:userReference, complex content
Defined:
locally within (this) invite element
Contains information about this attendee to be invited. An invited attendee must already exist in the organizer's attendee table. This attendee may originally be there prior to the sendMeetingRequest method, or be the result of the update operation to this meeting. <br/>To change the attendee's inviteType, the update operation should be used. <br/>When invitations are sent, the attendee's <responseTime> is set to the current time (now) as a side-effect.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attendee" type="hs:userReference">
<xsd:annotation>
<xsd:documentation>
Contains information about this attendee to be invited. An invited
attendee must already exist in the organizer's attendee table. This
attendee may originally be there prior to the sendMeetingRequest
method, or be the result of the update operation to this meeting.
<br/>
To change the attendee's inviteType, the update operation should
be used.
<br/>
When invitations are sent, the attendee's &lt;responseTime&gt;
is set to the current time (now) as a side-effect.
</xsd:documentation>
</xsd:annotation>
</xsd:element>