element <getQuickViewRequest> (global)
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>
   
Content: 
</getQuickViewRequest>
Content model elements (5):
biasOffset (in getQuickViewRequest), calendarType (type calendarLocaleEnum), endTime (type xsd:dateTime), startTime (type xsd:dateTime), tzid (type tzidEnum)
Annotation
This function provides an efficient, lightweight means to query a 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.
Anonymous Type Detail
Type Derivation Tree
domainStandardMethodParametersType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="getQuickViewRequest">
<xsd:annotation>
<xsd:documentation>
This function provides an efficient, lightweight means to query a
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:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="domainStandardMethodParametersType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="tzid" type="tzidEnum">
<xsd:annotation>
<xsd:documentation>
Optionally specifies a timezone to retrieve the quickView in. If this or biasOffset are
both missing, TZ_UTC is assumed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="biasOffset" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Optionally specifies a numeric
<b>integer</b>
offset timezone bias to retrieve the quickView in.
tzid takes precedence over biasOffset (pending xsd:choice).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 5/5)
biasOffset
Type:
xsd:int, predefined, simple content
Defined:
locally within (this) getQuickViewRequest element
Optionally specifies a numeric <b>integer</b> offset timezone bias to retrieve the quickView in. tzid takes precedence over biasOffset (pending xsd:choice).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="biasOffset" type="xsd:int">
<xsd:annotation>
<xsd:documentation>
Optionally specifies a numeric
<b>integer</b>
offset timezone bias to retrieve the quickView in.
tzid takes precedence over biasOffset (pending xsd:choice).
</xsd:documentation>
</xsd:annotation>
</xsd:element>

calendarType
Type:
calendarLocaleEnum, simple content
Defined:
Optional calendar type to return. Defaults to Gregorian.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="calendarType" type="calendarLocaleEnum">
<xsd:annotation>
<xsd:documentation>
Optional calendar type to return. Defaults to Gregorian.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

endTime
Type:
xsd:dateTime, predefined, simple content
Defined:
The ending time window to retrieve calendar objects. This dateTime also contains the timeZone to retrieve the calendar information in. It must be the same timeZone as startTime.
XML Source (see within schema source)
<xsd:element name="endTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The ending time window to retrieve calendar objects.
This dateTime also contains the timeZone to retrieve the
calendar information in. It must be the same timeZone as
startTime.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

startTime
Type:
xsd:dateTime, predefined, simple content
Defined:
The starting time window of calendar objects to retrieve. This dateTime also contains the timeZone to retrieve the calendar information in.
XML Source (see within schema source)
<xsd:element name="startTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The starting time window of calendar objects to retrieve.
This dateTime also contains the timeZone to retrieve the
calendar information in.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

tzid
Type:
tzidEnum, simple content
Defined:
locally within (this) getQuickViewRequest element
Optionally specifies a timezone to retrieve the quickView in. If this or biasOffset are both missing, TZ_UTC is assumed.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="tzid" type="tzidEnum">
<xsd:annotation>
<xsd:documentation>
Optionally specifies a timezone to retrieve the quickView in. If this or biasOffset are
both missing, TZ_UTC is assumed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>