3.1.4.7.2.1 RemoveMeeting

The RemoveMeeting element specifies the input parameters for the RemoveMeeting operation (section 3.1.4.7). This element is defined as follows.

 <s:element name="RemoveMeeting">
   <s:complexType>
     <s:sequence>
       <s:element name="recurrenceId" type="s:unsignedInt" minOccurs="0"/>
       <s:element name="uid" type="s:string"/>
       <s:element name="sequence" type="s:unsignedInt" minOccurs="0"/>
       <s:element name="utcDateStamp" type="s:dateTime" minOccurs="0"/>
       <s:element name="cancelMeeting" type="s:boolean" minOccurs="0"/>
     </s:sequence>
   </s:complexType>
 </s:element>

recurrenceId: The instance of a recurring meeting to delete. For single instance meetings, this element MUST be set to zero.

uid: The UID specifying the meeting to delete.

sequence: The sequence number of a meeting instance to delete. The default value is zero. If the meeting was updated using the UpdateMeeting operation (section 3.1.4.11), the sequence provided MUST be equal to or greater than the sequence input parameter for the UpdateMeeting element. See section 3.1.4.11.2.1 for more information regarding the UpdateMeeting element.

utcDateStamp: The time stamp for the time at which this meeting instance was deleted.

cancelMeeting: Specifies whether the meeting is being cancelled, in addition to being deleted from the workspace. If not specified, the server will treat it as false.