2.2.5.3 t:CalendarItemUpdateOperationType Simple Type
The CalendarItemUpdateOperationType simple type specifies how meeting updates are communicated after a calendar item is updated.
-
<xs:simpleType name="CalendarItemUpdateOperationType"> <xs:restriction base="xs:string" > <xs:enumeration value="SendToNone" /> <xs:enumeration value="SendOnlyToAll" /> <xs:enumeration value="SendOnlyToChanged" /> <xs:enumeration value="SendToAllAndSaveCopy" /> <xs:enumeration value="SendToChangedAndSaveCopy" /> </xs:restriction> </xs:simpleType>
The following table lists the xs:string ([XMLSCHEMA2]) enumeration values that are defined by the CalendarItemUpdateOperationType simple type.
Value |
Meaning |
---|---|
SendToNone |
The calendar item is updated but updates are not sent to attendees. |
SendOnlyToAll |
The calendar item is updated and the meeting update is sent to all attendees but is not saved in the folder that is specified in the request. |
SendOnlyToChanged |
The calendar item is updated and the meeting update is sent only to attendees that were added and/or deleted because of the update. |
SendToAllAndSaveCopy |
The calendar item is updated, the meeting update is sent to all attendees, and a copy of the updated meeting request is saved in the Sent Items folder. |
SendToChangedAndSaveCopy |
The calendar item is updated, the meeting update is sent to all attendees that were added and/or deleted as a result of the update, and a copy of the updated meeting request is saved in the Sent Items folder. |