element <intendedFreeBusy> (local)
Namespace:
Type:
Content:
simple
Defined:
XML Representation Summary
<intendedFreeBusy>
   
Content: 
{ "free" | "busy" | "tentative" | "away" }
</intendedFreeBusy>
Included in content model of elements (2):
attendeeEventExtra (in event in myCalendar), attendeeEventExtra (in exception)
Annotation
The intendedFreeBusy element is the event organizer's freeBusy information and is thus equal to event/freeBusyStatus. Invitees may overwrite event/freeBusyStatus with a new value, and intendedFreeBusy is intended to store the organizer's original freeBusyStatus.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="0" name="intendedFreeBusy" type="freeBusyStatusType">
<xsd:annotation>
<xsd:documentation>
The intendedFreeBusy element is the event organizer's freeBusy information
and is thus equal to event/freeBusyStatus. Invitees may overwrite event/freeBusyStatus
with a new value, and intendedFreeBusy is intended to store the organizer's original
freeBusyStatus.
</xsd:documentation>
</xsd:annotation>
</xsd:element>