Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 2 attributes, 1 element |
Defined: |
globally in myCalendar.xsd; see XML source |
Includes: |
definition of 1 element |
Used: |
never |
XML Representation Summary |
|||||||||
<getCalendarDaysResponse |
|||||||||
|
|||||||||
> |
|||||||||
|
|||||||||
</getCalendarDaysResponse> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Response XML blob format, consists of the base event type minus recurrence.
</xsd:documentation>
<xsd:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="event">
</xsd:sequence>
<xsd:complexType>
</xsd:element>
<xsd:sequence>
</xsd:complexType>
<xsd:element name="body" type="bodyType"/>
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
Depending on if <removeRecurrence> parameter is passed into getCalendarDays
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
Distinguishes between a single instance of an event or an instance of a recurring event.
</xsd:documentation>
The recurring instance is a modified exception if eventBody/recurrenceId is present: single, recurring-master, recurring-instance, recurring-exception. </xsd:element>
|
Type: |
|
Use: |
optional |
Defined: |
Type: |
|
Use: |
required |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute indicates the status of the method.
</xsd:documentation>
<dl>
<dt>success</dt>
</dl>
<dd>
The corresponding method was completed successfully.
</dd>
<dt>failure</dt>
<dd>
The corresponding method was not completed successfully.
</dd>
<dt>rollback</dt>
<dd>
The method failed, but was rolled back to its
</dd>
pre- <b>updateBlock</b>
status.
<dt>notAttempted</dt>
<dd>
The corresponding method was not attempted. This occurs when
</dd>
a previous operation failed. </xsd:attribute>
|
Type: |
anonymous complexType, complex content |
Defined: |
<xsd:complexType>
<xsd:sequence>
</xsd:complexType>
<xsd:element name="body" type="bodyType"/>
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
Depending on if <removeRecurrence> parameter is passed into getCalendarDays
</xsd:documentation>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
Distinguishes between a single instance of an event or an instance of a recurring event.
</xsd:documentation>
The recurring instance is a modified exception if eventBody/recurrenceId is present: single, recurring-master, recurring-instance, recurring-exception. </xsd:element>
|