Oracle Beehive
  Oracle® Beehive RESTful Web Services API Reference
  Release 2 (2.0.1.7)
  E16658-04

Contents

Overview

Hold the frebusy status of for a time interval.

Members

Name Type Description

end

dateTime

End of the range covered by this FreeBusyInterval.

freeBusyType

freeBusyType

FreeBusy status of the interval.

start

dateTime

Start of the range covered by this FreeBusyInterval.

Hierarchy

Examples

Below are examples in JSON and XML formats. All examples are shown with all inherited members. Quoting when required is part of the examples, but you must obviously populate with your own data.

XML Example

(show inherited members)

<obh:freeBusyInterval xsi:type="obh:freeBusyInterval" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:end>your_dateTime_0</obh:end>
        <obh:freeBusyType>your_freeBusyType_0</obh:freeBusyType>
        <obh:start>your_dateTime_0</obh:start>
</obh:freeBusyInterval>

JSON Example

(show inherited members)

{
    "beeType":"freeBusyInterval",
        "end":"your_{http://www.oracle.com/beehive}end_as_dateTime0",
        "freeBusyType":{ your_{http://www.oracle.com/beehive}freeBusyType_as_freeBusyType0 },
        "start":"your_{http://www.oracle.com/beehive}start_as_dateTime0"
}

XML Schema


<xs:complexType name="freeBusyInterval">
    <xs:sequence>
        <xs:element minOccurs="0" name="end" type="xs:dateTime"/>
        <xs:element minOccurs="0" name="freeBusyType" type="tns:freeBusyType"/>
        <xs:element minOccurs="0" name="start" type="xs:dateTime"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to freeBusyInterval

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions