element <respondRequest> (global)
Namespace:
Type:
anonymous complexType (extension of attendeeResponseType)
Content:
complex, 8 elements
Defined:
globally in myCalendar.xsd; see XML source
Includes:
definitions of 2 elements
Used:
never
XML Representation Summary
<respondRequest>
   
Content: 
</respondRequest>
Content model elements (8):
counterProposeEndTime (type xsd:dateTime), counterProposeLocation (type xsd:string), counterProposeStartTime (type xsd:dateTime), eventId (in respondRequest), puid (in respondRequest), responseBody (type hs:longText), responseTime (type xsd:dateTime), responseType (type attendeeAcceptEnum)
Annotation
The purpose of this method is for a meeting invitee to respond to an invitation. Invitees may accept, decline, accept tentatively, or counterpropose in some means. Currently, we allow the counterproposing of time and location, but we may consider future additions.
Anonymous Type Detail
Type Derivation Tree
attendeeResponseType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="respondRequest">
<xsd:annotation>
<xsd:documentation>
The purpose of this method is for a meeting invitee to respond to an
invitation. Invitees may accept, decline, accept tentatively, or
counterpropose in some means. Currently, we allow the counterproposing
of time and location, but we may consider future additions.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="attendeeResponseType">
<xsd:sequence>
<xsd:element name="eventId" type="hs:idRefType">
<xsd:annotation>
<xsd:documentation>
The eventId for the meeting.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="puid" type="hs:puidType">
<xsd:annotation>
<xsd:documentation>
The invitee.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Content Element Detail (all declarations; 8/8)
counterProposeEndTime
Type:
xsd:dateTime, predefined, simple content
Defined:
If responseType=[counterPropose], then either the {startTime, endTime}, or location, or both can be present. This is the invitee's counterProposal for a new end time for the meeting. This is stored in UTC.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="counterProposeEndTime" 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 end time for the meeting. This is stored in UTC.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

counterProposeLocation
Type:
xsd:string, predefined, simple content
Defined:
If responseType=[counterPropose], then either the {startTime, endTime}, or location, or both can be present. This is the invitee's counterProposal for a location for the meeting.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="counterProposeLocation" type="xsd:string">
<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 location for the meeting.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

counterProposeStartTime
Type:
xsd:dateTime, predefined, simple content
Defined:
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>

eventId
Type:
hs:idRefType, simple content
Defined:
locally within (this) respondRequest element
The eventId for the meeting.
XML Source (see within schema source)
<xsd:element name="eventId" type="hs:idRefType">
<xsd:annotation>
<xsd:documentation>
The eventId for the meeting.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

puid
Type:
hs:puidType, simple content
Defined:
locally within (this) respondRequest element
The invitee.
XML Source (see within schema source)
<xsd:element name="puid" type="hs:puidType">
<xsd:annotation>
<xsd:documentation>
The invitee.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

responseBody
Type:
hs:longText, simple content
Defined:
Optional message for invitees to include along with the response.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="responseBody" type="hs:longText">
<xsd:annotation>
<xsd:documentation>
Optional message for invitees to include along with the response.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

responseTime
Type:
xsd:dateTime, predefined, simple content
Defined:
The reply time on each attendee is set to the current time (Now) when the organizer sends a meeting invitation. When the attendee responds, they always update their responseTime. When the organizer receives responses, they will honor only those that have a higher responseTime than what s/he maintains in his/her own copy of the event for each attendee. While processing the response, the organizer will update their responseTime. This guarantees that the organizer honors only the most recent response from the attendee. This is stored in UTC. <br/><b>ICAL Equivalent</b>: reply time on message.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="responseTime" type="xsd:dateTime">
<xsd:annotation>
<xsd:documentation>
The reply time on each attendee is set to the current time (Now) when the organizer
sends a meeting invitation. When the attendee responds, they always update their
responseTime. When the organizer receives responses, they will honor only those that
have a higher responseTime than what s/he maintains in his/her own copy of the event for
each attendee. While processing the response, the organizer will update their
responseTime. This guarantees that the organizer honors only the most recent response
from the attendee. This is stored in UTC.
<br/>
<b>ICAL Equivalent</b>
: reply time on message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

responseType
Type:
attendeeAcceptEnum, simple content
Defined:
The accept status indicates the valid types of responses that an attendee can reply with {accept, decline, tentative, counterpropose}. The absense of this field indicates that no response has been recorded (either the invitation has not been sent, or that a reply has not been received).
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="responseType" type="attendeeAcceptEnum">
<xsd:annotation>
<xsd:documentation>
The accept status indicates the valid types of responses that an attendee
can reply with {accept, decline, tentative, counterpropose}. The absense
of this field indicates that no response has been recorded (either the
invitation has not been sent, or that a reply has not been received).
</xsd:documentation>
</xsd:annotation>
</xsd:element>