element <counterProposeStartTime> (local)
Namespace:
Type:
xsd:dateTime
Content:
simple
Defined:
XML Representation Summary
<counterProposeStartTime>
   
Content: 
{ xsd:dateTime }
</counterProposeStartTime>
Included in content model of elements (5):
attendee (in event in myCalendar), attendee (type attendeeType), attendeeEventExtra (in event in myCalendar), attendeeEventExtra (in exception), respondRequest
Annotation
If responseType=[counterPropose], then either the {startTime, endTime}, or location, or both can be present. This is the invitee's counterProposal for a new start time for the meeting. This is stored in UTC.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="counterProposeStartTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
If responseType=[counterPropose], then either the {startTime, endTime}, or
location, or both can be present. This is the invitee's counterProposal
for a new start time for the meeting. This is stored in UTC.
</xsd:documentation>
</xsd:annotation>
</xsd:element>