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

Contents

Overview

Holds union of a set of freebusy information. The invidual freebusy elements can be accessed via the FreeBusyList elements.

Members

Name Type Description

createdOn

dateTime

Creation time of the freebusy element.

end

dateTime

End of the range defined by this FreeBusy element.

freeBusyList

freeBusy[]

List of individual FreeBusy elements that composose this CompoundFreeBusy.

intervals

freeBusyInterval[]

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

dateTime

Start of the range defined by this FreeBusy element.

Hierarchy

Inherits From

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:compoundFreeBusy xsi:type="obh:compoundFreeBusy" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:createdOn>your_dateTime_0</obh:createdOn>
        <obh:end>your_dateTime_0</obh:end>
        <obh:freeBusyList>your_freeBusy_0</obh:freeBusyList>
        <obh:freeBusyList>your_freeBusy_1</obh:freeBusyList>
        <obh:freeBusyList>your_freeBusy_2</obh:freeBusyList>
        <obh:intervals>your_freeBusyInterval_0</obh:intervals>
        <obh:intervals>your_freeBusyInterval_1</obh:intervals>
        <obh:intervals>your_freeBusyInterval_2</obh:intervals>
        <obh:start>your_dateTime_0</obh:start>
</obh:compoundFreeBusy>

JSON Example

(show inherited members)

{
    "beeType":"compoundFreeBusy",
        "createdOn":"your_{http://www.oracle.com/beehive}createdOn_as_dateTime0",
        "end":"your_{http://www.oracle.com/beehive}end_as_dateTime0",
        "freeBusyList":[
            { your_{http://www.oracle.com/beehive}freeBusyList_as_freeBusy0 },
            { your_{http://www.oracle.com/beehive}freeBusyList_as_freeBusy1 },
            { your_{http://www.oracle.com/beehive}freeBusyList_as_freeBusy2 }
        ],
        "intervals":[
            { your_{http://www.oracle.com/beehive}intervals_as_freeBusyInterval0 },
            { your_{http://www.oracle.com/beehive}intervals_as_freeBusyInterval1 },
            { your_{http://www.oracle.com/beehive}intervals_as_freeBusyInterval2 }
        ],
        "start":"your_{http://www.oracle.com/beehive}start_as_dateTime0"
}

XML Schema


<xs:complexType name="compoundFreeBusy">
    <xs:complexContent>
        <xs:extension base="tns:freeBusy">
            <xs:sequence>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="freeBusyList" type="tns:freeBusy"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to compoundFreeBusy

Referenced By Resources

Usage Resource Method
Response Calendar Read Free/Busy Data

Referenced By Representaions

Not Referenced Directly by Representations