2.2.5.1 t:CalendarItemCreateOrDeleteOperationType Simple Type

The CalendarItemCreateOrDeleteOperationType simple type specifies how meeting request creations and cancellations are communicated.

 <xs:simpleType name="CalendarItemCreateOrDeleteOperationType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="SendToNone"
      />
     <xs:enumeration
       value="SendOnlyToAll"
      />
     <xs:enumeration
       value="SendToAllAndSaveCopy"
      />
   </xs:restriction>
 </xs:simpleType>
  

The following table lists the xs:string ([XMLSCHEMA2]) enumeration values that are defined by the CalendarItemCreateOrDeleteOperationType simple type.

Value

Meaning

SendToNone

For the CreateItem operation ([MS-OXWSCORE] section 3.1.4.2), this value specifies that the meeting is created in the organizer’s Calendar folder but no meeting request is sent to attendees. Because no meeting request is generated, the meeting is not created in each attendee’s Calendar folder. For the DeleteItem operation ([MS-OXWSCORE] section 3.1.4.3), this value specifies that the meeting is deleted from the organizer’s Calendar folder but no meeting cancellation message is sent to attendees.

SendOnlyToAll

For the CreateItem operation, this value specifies that the meeting is created in the organizer’s Calendar folder, a meeting request is sent to all attendees, and the meeting is created in each attendee’s Calendar folder. No copy of the meeting request is saved in the organizer’s Sent Items folder. For the DeleteItem operation, this value specifies that the meeting is deleted from the organizer’s Calendar folder and a meeting cancellation message is sent to all attendees, but no copy of the meeting cancellation message is saved.

SendToAllAndSaveCopy

For the CreateItem operation, this value specifies that the meeting is created in the organizer’s Calendar folder, a meeting request is sent to all attendees, and the meeting is created in each attendee’s Calendar folder. A copy of the meeting request is saved in the organizer’s Sent Items folder. For the DeleteItem operation, this value specifies that the meeting is deleted from the organizer’s Calendar folder, a meeting cancellation message is sent to all attendees, and a copy of the meeting cancellation message is saved in the organizer’s Sent Items folder.