2.2.4.7 t:CalendarPermissionSetType Complex Type

The CalendarPermissionSetType complex type defines the access that a user has to a Calendar folder.

 <xs:complexType name="CalendarPermissionSetType">
   <xs:sequence>
     <xs:element name="CalendarPermissions"
       type="t:ArrayOfCalendarPermissionsType"
      />
     <xs:element name="UnknownEntries"
       type="t:ArrayOfUnknownEntriesType"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

CalendarPermissions

t:ArrayofCalendarPermissionsType ([MS-OXWSCDATA] section 2.2.4.5)

Contains an array of calendar permissions for a folder.

UnknownEntries

t:ArrayOfUnknownEntriesType ([MS-OXWSFOLD] section 2.2.4.3)

Contains an array of unknown permission entries that cannot be resolved against the directory service.