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

Contents

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

JSON Example

(show inherited members)

{
    "beeType":"calendarRangeQuery",
        "calendar":{ your_{http://www.oracle.com/beehive}calendar_as_beeId0 },
        "end":"your_{http://www.oracle.com/beehive}end_as_dateTime0",
        "participant":{ your_{http://www.oracle.com/beehive}participant_as_participantUpdater0 },
        "start":"your_{http://www.oracle.com/beehive}start_as_dateTime0"
}

XML Schema


<xs:complexType name="calendarRangeQuery">
    <xs:sequence>
        <xs:element minOccurs="0" name="calendar" type="tns:beeId"/>
        <xs:element minOccurs="0" name="end" type="xs:dateTime"/>
        <xs:element minOccurs="0" name="participant" type="tns:participantUpdater"/>
        <xs:element minOccurs="0" name="start" type="xs:dateTime"/>
    </xs:sequence>
</xs:complexType>

        

References

The following data represents the references to calendarRangeQuery

Referenced By Resources

Usage Resource Method
Request Meeting List Meetings In Range

Referenced By Representaions

Not Referenced Directly by Representations