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

Contents

Overview

Freebusy information of associated with a participant.

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.

participant

participant

Participant associated with FreeBusy object.

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:participantFreeBusy xsi:type="obh:participantFreeBusy" 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:participant>your_participant_0</obh:participant>
        <obh:start>your_dateTime_0</obh:start>
</obh:participantFreeBusy>

JSON Example

(show inherited members)

{
    "beeType":"participantFreeBusy",
        "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 }
        ],
        "participant":{ your_{http://www.oracle.com/beehive}participant_as_participant0 },
        "start":"your_{http://www.oracle.com/beehive}start_as_dateTime0"
}

XML Schema


<xs:complexType name="participantFreeBusy">
    <xs:complexContent>
        <xs:extension base="tns:freeBusy">
            <xs:sequence>
                <xs:element minOccurs="0" name="participant" type="tns:participant"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to participantFreeBusy

Referenced By Resources

Not Referenced Directly by Resources

Referenced By Representaions

Not Referenced Directly by Representations