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

Contents

Overview

Freebusy information for a give time range.

Members

Name Type Description

createdOn

dateTime

Creation time of the freebusy element.

end

dateTime

End of the range defined by this FreeBusy element.

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

Inherited By

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:freeBusy xsi:type="obh:freeBusy" 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: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:freeBusy>

JSON Example

(show inherited members)

{
    "beeType":"freeBusy",
        "createdOn":"your_{http://www.oracle.com/beehive}createdOn_as_dateTime0",
        "end":"your_{http://www.oracle.com/beehive}end_as_dateTime0",
        "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="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>

        

References

The following data represents the references to freeBusy

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions