2.2.4.5 t:CalendarFolderType Complex Type

The CalendarFolderType complex type specifies a folder that contains calendar items. This complex type extends the BaseFolderType complex type, as specified in [MS-OXWSFOLD] section 2.2.4.5.

 <xs:complexType name="CalendarFolderType">
   <xs:complexContent>
     <xs:extension
       base="t:BaseFolderType"
     >
       <xs:sequence>
         <xs:element name="SharingEffectiveRights"
           type="t:CalendarPermissionReadAccessType"
           minOccurs="0"
          />
         <xs:element name="PermissionSet"
           type="t:CalendarPermissionSetType"
           minOccurs="0"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

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

Element name

Type

Description

SharingEffectiveRights

t:CalendarPermissionReadAccessType (section 2.2.5.5)

Specifies the permissions a user has to view items in a Calendar folder that is being shared. This element is read-only.<11>

PermissionSet

t:CalendarPermissionSetType (section 2.2.4.7)

Specifies all permissions that are configured for a Calendar folder.