Overview

Freebusy information of associated with a participant.

Members

Show inherited 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 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">
        <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>
        <participant>your_participant_0</participant>
        <start>your_dateTime_0</start>
</obh:participantFreeBusy>

Referenced By Representaions

Not Referenced Directly by Representations