element <responseType> (local)
Namespace:
Type:
Content:
simple
Defined:
XML Representation Summary
<responseType>
   
Content: 
{ "accept" | "decline" | "tentative" | "counterPropose" }
</responseType>
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
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>