Namespace: |
|
Type: |
|
Content: |
complex, 5 elements |
Defined: |
globally in myCalendar.xsd; see XML source |
Includes: |
definitions of 2 elements |
Used: |
never |
XML Representation Summary |
|||||
<getQuickViewRequest> |
|||||
|
|||||
</getQuickViewRequest> |
Type Derivation Tree
domainStandardMethodParametersType (extension)
![]() |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This function provides an efficient, lightweight means to query a
</xsd:documentation>
date range to indicate days that have 1 or more appointments (1) and days without appointments (0). Outlook and OWA use this for their datepicker functionality. <br/>
<br/>
The date range takes timeZone-specific start and end
times, using just the year, month, and day. The time zone can be a simple bias, since this is merely a request for data. startTime and endTime are required to have the same time-zone bias. In effect, the method "overlays" the incoming time zone onto the user's calendar to define the dayblocks for which the QuickView returns data. <xsd:complexType>
<xsd:complexContent>
</xsd:complexType>
<xsd:extension base="domainStandardMethodParametersType">
</xsd:complexContent>
<xsd:sequence>
</xsd:extension>
<xsd:element maxOccurs="1" minOccurs="0" name="tzid" type="tzidEnum">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
Optionally specifies a timezone to retrieve the quickView in. If this or biasOffset are
</xsd:documentation>
both missing, TZ_UTC is assumed.
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
Optionally specifies a numeric
</xsd:documentation>
<b>integer</b>
offset timezone bias to retrieve the quickView in.
tzid takes precedence over biasOffset (pending xsd:choice). </xsd:element>
|
Type: |
xsd:int, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Optionally specifies a numeric
</xsd:documentation>
<b>integer</b>
offset timezone bias to retrieve the quickView in.
tzid takes precedence over biasOffset (pending xsd:choice). </xsd:element>
|
Type: |
calendarLocaleEnum, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Optional calendar type to return. Defaults to Gregorian.
</xsd:documentation>
</xsd:element>
|
Type: |
xsd:dateTime, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The ending time window to retrieve calendar objects.
</xsd:documentation>
This dateTime also contains the timeZone to retrieve the calendar information in. It must be the same timeZone as startTime. </xsd:element>
|
Type: |
xsd:dateTime, predefined, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The starting time window of calendar objects to retrieve.
</xsd:documentation>
This dateTime also contains the timeZone to retrieve the calendar information in. </xsd:element>
|
Type: |
tzidEnum, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Optionally specifies a timezone to retrieve the quickView in. If this or biasOffset are
</xsd:documentation>
both missing, TZ_UTC is assumed. </xsd:element>
|