Namespace: |
|
Content: |
complex, 3 elements |
Defined: |
globally in myCalendar.xsd; see XML source |
Includes: |
definitions of 3 elements |
Used: |
at 3 locations |
XML Representation Summary |
|||||
<...> |
|||||
|
|||||
</...> |
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="calendarType" type="calendarLocaleEnum">
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
Optional calendar type to return. Defaults to Gregorian.
</xsd:documentation>
<xsd:annotation>
</xsd:element>
<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:annotation>
</xsd:element>
<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 name="tzid" type="tzidEnum" minOccurs="0" maxOccurs="1" > <xsd:annotation> <xsd:documentation> Determines the time zone of the window for which to pull events. If neither tzid or biasOffset are present, getCalendarDays defaults to UTC (+0:00). Note that defaulting to UTC or specifying UTC will also pull floating events because we store all dateTimes in UTC. </xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="biasOffset" minOccurs="0" maxOccurs="1" > <xsd:annotation> <xsd:documentation> Determines the biasOffset of the window for which to pull events. It takes the form [GMT/UTC]{+/-}xx[:yy]. In other words, it is a GMT/UTC bias for (thin) clients who would prefer to specify the bias instead of an enum. If neither tzid or biasOffset are present, getCalendarDays defaults to UTC (+0:00). tzid takes precedence over biasOffset. It is restricted to a maximum of 9 characters. <b>TODO: convert to RegEx.</b> </xsd:documentation> </xsd:annotation> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="9"/> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element name="puid" type="hs:puidType" minOccurs="1" maxOccurs="64" > <xsd:annotation> <xsd:documentation> The puid of the user for whom to retrieve calendar information. <br/>TODO: need email/nickname/puid reverse-lookup mechanism. This is required for meeting invitations as well. </xsd:documentation> </xsd:annotation> </xsd:element> --> </xsd:complexType>
|
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>
|