element <creationDate> (local)
Namespace:
Type:
xsd:dateTime
Content:
simple
Defined:
XML Representation Summary
<creationDate>
   
Content: 
{ xsd:dateTime }
</creationDate>
Included in content model of elements (2):
rule (in recurrence in event in getCalendarDaysResponse), rule (in recurrence in event in myCalendar)
Annotation
This is required in order to exactly determine which timezone recurrence rule to use. We cannot use the startTime of the event because of the ability to create events in the past and in the future.
XML Source (see within schema source)
<xsd:element name="creationDate" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This is required in order to exactly determine which timezone recurrence rule to use.
We cannot use the startTime of the event because of the ability to create events in
the past and in the future.
</xsd:documentation>
</xsd:annotation>
</xsd:element>