Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
XML Representation Summary |
||||||
<invite |
||||||
|
||||||
> |
||||||
|
||||||
</invite> |
<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>
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. <xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="attendee" type="hs:userReference">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
Contains information about this attendee to be invited. An invited
</xsd:documentation>
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. </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>
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. </xsd:attribute>
|
Type: |
hs:userReference, complex content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Contains information about this attendee to be invited. An invited
</xsd:documentation>
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. </xsd:element>
|