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

Contents

Overview

Meeting creator.

Members

Name Type Description

calendar

beeId<calendar>

Calendar where the primary MeetingSeries will be created. If no calendar is specified, then the meeting will be created in the default calendar of the current user.

duration

duration

Duration of the meeting instances.

meetingSeriesUpdater

meetingSeriesUpdater

This Updater specifies values for fields that are not handled by this Creator.

recurrenceRule

string

Recurrence rule of the series. Must follow the RECUR value type format as defined in RFC25545.

recurrenceStart

dateTime

Start time of the first instance of the RecurrenceRule.

type

occurrenceType

Type of the meeting to create (e.g., meeting, day event and holiday).

Hierarchy

Inherits From

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:meetingSeriesCreator xsi:type="obh:meetingSeriesCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:calendar>your_beeId_0</obh:calendar>
        <obh:duration>your_duration_0</obh:duration>
        <obh:meetingSeriesUpdater>your_meetingSeriesUpdater_0</obh:meetingSeriesUpdater>
        <obh:recurrenceRule>your_string_0</obh:recurrenceRule>
        <obh:recurrenceStart>your_dateTime_0</obh:recurrenceStart>
        <obh:type>your_occurrenceType_0</obh:type>
</obh:meetingSeriesCreator>

JSON Example

(show inherited members)

{
    "beeType":"meetingSeriesCreator",
        "calendar":{ your_{http://www.oracle.com/beehive}calendar_as_beeId0 },
        "duration":"your_{http://www.oracle.com/beehive}duration_as_duration0",
        "meetingSeriesUpdater":{ your_{http://www.oracle.com/beehive}meetingSeriesUpdater_as_meetingSeriesUpdater0 },
        "recurrenceRule":"your_{http://www.oracle.com/beehive}recurrenceRule_as_string0",
        "recurrenceStart":"your_{http://www.oracle.com/beehive}recurrenceStart_as_dateTime0",
        "type":{ your_{http://www.oracle.com/beehive}type_as_occurrenceType0 }
}

XML Schema


<xs:complexType name="meetingSeriesCreator">
    <xs:complexContent>
        <xs:extension base="tns:entityCreator">
            <xs:sequence>
                <xs:element minOccurs="0" name="calendar" type="tns:beeId"/>
                <xs:element minOccurs="0" name="duration" type="xs:duration"/>
                <xs:element minOccurs="0" ref="tns:meetingSeriesUpdater"/>
                <xs:element minOccurs="0" name="recurrenceRule" type="xs:string"/>
                <xs:element minOccurs="0" name="recurrenceStart" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="type" type="tns:occurrenceType"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to meetingSeriesCreator

Referenced By Resources

Usage Resource Method
Request MeetingSeries Create

Referenced By Representaions

Not Referenced Directly by Representations