element <lastUpdateTime> (local)
Namespace:
Type:
xsd:dateTime
Content:
simple
Defined:
locally within bodyType complexType in myCalendar.xsd; see XML source
XML Representation Summary
<lastUpdateTime>
   
Content: 
{ xsd:dateTime }
</lastUpdateTime>
Included in content model of elements (1):
body (type bodyType)
Annotation
This is updated by the organizer whenever s/he creates and sends a new meeting request. This helps the attendee to identify which meeting request is the most recent one. It is stored in UTC. This property is not modifiable by clients and is assigned by the server on modification and by the sendMeetingRequest. <br/><b>ICAL Equivalent</b>: DTSTAMP.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="lastUpdateTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
This is updated by the organizer whenever s/he creates and sends a new meeting
request. This helps the attendee to identify which meeting request is the
most recent one. It is stored in UTC. This property is not modifiable
by clients and is assigned by the server on modification and by the
sendMeetingRequest.
<br/>
<b>ICAL Equivalent</b>
: DTSTAMP.
</xsd:documentation>
</xsd:annotation>
</xsd:element>