Overview

Meeting creator.

Members

Show inherited 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 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">
        <calendar>your_beeId_0</calendar>
        <duration>your_duration_0</duration>
        <meetingSeriesUpdater>your_meetingSeriesUpdater_0</meetingSeriesUpdater>
        <recurrenceRule>your_string_0</recurrenceRule>
        <recurrenceStart>your_dateTime_0</recurrenceStart>
        <type>your_occurrenceType_0</type>
</obh:meetingSeriesCreator>

Referenced By Representaions

Not Referenced Directly by Representations