![]() Oracle® Beehive RESTful Web Services API Reference Release 2 (2.0.1.7) E16658-04  |  
        
| Name | Type | Description | 
|---|---|---|
createdOn  | 
                    Creation time of the freebusy element. | |
end  | 
                    End of the range defined by this FreeBusy element. | |
intervals  | 
                    List of FreeBusyIntervals. The intervals are ordered by ascending start time, and garenteed to not overlap. The regions not covered by any interval are considered free. | |
start  | 
                    Start of the range defined by this FreeBusy element. | 
Inherited By
<xs:complexType name="freeBusy">
    <xs:sequence>
        <xs:element minOccurs="0" name="createdOn" type="xs:dateTime"/>
        <xs:element minOccurs="0" name="end" type="xs:dateTime"/>
        <xs:element maxOccurs="unbounded" minOccurs="0" name="intervals"
            nillable="true" type="tns:freeBusyInterval"/>
        <xs:element minOccurs="0" name="start" type="xs:dateTime"/>
    </xs:sequence>
</xs:complexType>
        
        
 
        Copyright © 2008, 2012, Oracle and/or its affiliates. All rights reserved.
        
 
        Legal Notices