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

Examples

Below are examples in 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">
        <createdOn>your_dateTime_0</createdOn>
        <end>your_dateTime_0</end>
        <intervals>your_freeBusyInterval_0</intervals>
        <intervals>your_freeBusyInterval_1</intervals>
        <intervals>your_freeBusyInterval_2</intervals>
        <start>your_dateTime_0</start>
</obh:freeBusy>

Referenced By Representaions