3.1.4.1.3.13 t:FreeBusyViewOptionsType Complex Type

The FreeBusyViewOptionsType complex type indicates what data is to be returned in the response.

 <xs:complexType name="FreeBusyViewOptionsType">
   <xs:sequence>
     <xs:element name="TimeWindow"
       type="t:Duration"
       maxOccurs="1"
       minOccurs="1"
      />
     <xs:element name="MergedFreeBusyIntervalInMinutes"
       type="xs:int"
       maxOccurs="1"
       minOccurs="0"
      />
     <xs:element name="RequestedView"
       type="t:FreeBusyViewType"
       maxOccurs="1"
       minOccurs="0"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

TimeWindow

t:Duration ([MS-OXWSCDATA] section 2.2.4.28)

Specifies the time span for the queried user's availability.

MUST occur once.

Maximum time period is 42 or 62 days.<9>

MergedFreeBusyIntervalInMinutes

xs:int [XMLSCHEMA2]

Specifies the time difference between two successive slots in the Merged Free/Busy view.

Can be present.

Minimum value = 5, Maximum value = 1440 (represents a day).

Default is 30.

RequestedView

t:FreeBusyViewType (section 3.1.4.1.3.12)

Specifies the type of calendar information that a client requests.

Can be present, but if it is present it MUST be a string with one of the following values:

  • MergedOnly

  • FreeBusy

  • FreeBusyMerged

  • Detailed

  • DetailedMerged

MUST NOT be a string with a value of "None".