element <cuid> (local)
Namespace:
Type:
xsd:string
Content:
simple
Defined:
locally within bodyType complexType in myCalendar.xsd; see XML source
XML Representation Summary
<cuid>
   
Content: 
{ xsd:string }
</cuid>
Included in content model of elements (1):
body (type bodyType)
Annotation
The cuid (CorrelationUID) links an organizer's event to an attendee's event. It identifies which response from an attendee is for which request from an organizer, and which meeting request update from the organizer is for which previously accepted meeting by the attendee. The "cuid" is the same on both the attendee's and the organizer's copy of the appointment. It is also identical on the orphan exception and the recurring master. This value is assigned by the .NET Calendar server and is non-modifiable. <br/><b>ICAL Equivalent</b>: UID.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="cuid" type="xsd:string">
<xsd:annotation>
<xsd:documentation>
The cuid (CorrelationUID) links an organizer's event to an attendee's
event. It identifies which response from an attendee is for which
request from an organizer, and which meeting request update from the
organizer is for which previously accepted meeting by the attendee.
The "cuid" is the same on both the attendee's and the organizer's copy
of the appointment.
It is also identical on the orphan exception and the recurring master.
This value is assigned by the .NET Calendar server and is non-modifiable.
<br/>
<b>ICAL Equivalent</b>
: UID.
</xsd:documentation>
</xsd:annotation>
</xsd:element>