2.2.4.20 t:NonEmptyArrayOfDeletedOccurrencesType Complex Type

The NonEmptyArrayOfDeletedOccurrencesType complex type contains a list of deleted occurrences of a recurring calendar item or meeting request.

 <xs:complexType name="NonEmptyArrayOfDeletedOccurrencesType">
   <xs:sequence>
     <xs:element name="DeletedOccurrence"
       type="t:DeletedOccurrenceInfoType"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child element of the NonEmptyArrayOfDeletedOccurrencesType complex type.

Element name

Type

Description

DeletedOccurrence

t:DeletedOccurrenceInfoType ([MS-OXWSCDATA] section 2.2.4.25)

Represents a deleted occurrence of a recurring calendar item.