Overview

Members

Name Type Description

end

dateTime

The upper bound of the time range to perform the FreeBusy lookup

participants

participantUpdater[]

Set of Participants for-which the FreeBusy lookup is being performed.

start

dateTime

The lower bound of the time range to perform the FreeBusy lookup

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:freeBusyQuery xsi:type="obh:freeBusyQuery" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <end>your_dateTime_0</end>
        <participants>your_participantUpdater_0</participants>
        <participants>your_participantUpdater_1</participants>
        <participants>your_participantUpdater_2</participants>
        <start>your_dateTime_0</start>
</obh:freeBusyQuery>

Referenced By Representaions

Not Referenced Directly by Representations