Overview

Meeting creator.

Members

Show inherited members

Name Type Description

calendar

beeId<calendar>

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

meetingUpdater

meetingUpdater

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

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:meetingCreator xsi:type="obh:meetingCreator" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <calendar>your_beeId_0</calendar>
        <meetingUpdater>your_meetingUpdater_0</meetingUpdater>
        <type>your_occurrenceType_0</type>
</obh:meetingCreator>

Referenced By Representaions

Not Referenced Directly by Representations