Overview

Members

Name Type Description

calendar

beeId<calendar>

The Calendar to which the query applies.

end

dateTime

End time range for this query

participant

participantUpdater

Participant to which this query applies

start

dateTime

Begining time range for this query

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:calendarRangeQuery xsi:type="obh:calendarRangeQuery" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <calendar>your_beeId_0</calendar>
        <end>your_dateTime_0</end>
        <participant>your_participantUpdater_0</participant>
        <start>your_dateTime_0</start>
</obh:calendarRangeQuery>

Referenced By Representaions

Not Referenced Directly by Representations