2.2.4.5 t:ArrayOfCalendarPermissionsType Complex Type

The ArrayOfCalendarPermissionsType complex type specifies an array of calendar permissions for a folder.

 <xs:complexType name="ArrayOfCalendarPermissionsType">
   <xs:choice
     maxOccurs="unbounded"
     minOccurs="0"
   >
     <xs:element name="CalendarPermission"
       type="t:CalendarPermissionType"
      />
   </xs:choice>
 </xs:complexType>
  

The following table lists the child elements of the ArrayOfCalendarPermissionsType complex type.

Element name

Type

Description

CalendarPermission

t:CalendarPermissionType ([MS-OXWSMTGS] section 2.2.4.8)

Specifies the access that a delegate has to a calendar folder. This element MUST be present if calendar permissions are set on a calendar folder.