Overview

Updater for MeetingSeries.

Members

Show inherited members

Name Type Description

includeOnlineConference

boolean

Add or remove an online conference to/from the meeting.

inviteeParticipantStatus

occurrenceParticipantStatus

Set the invitee participation status on this copy of the MeetingSeries.

inviteePriority

priority

Set the priority of this copy of the meeting.

inviteePropertiesUpdater

collabPropertiesUpdater

Modification to apply to the properties private to this copy of the meeting.

inviteeTransparency

transparency

Set the transparency of this copy of the meeting. The DEFAULT transparency should generally be used. However the invitee may set this attribute to directly control how the meeting will appear in his freebusy.

locationName

string

Set the location of the meeting. This attribute cannot be updated if the element InvitationOnly is true;

name

string

Get the Name of the Entity

participantUpdaters

meetingParticipantUpdater[]

Set the modifications to apply to the participants of the meeting. This attribute cannot be updated if the element InvitationOnly is true.

propertiesUpdater

collabPropertiesUpdater

Returns a CollabPropertiesUpdater which can be used to add or remove CollabProperties for this Artifact.

status

occurrenceStatus

Set the status of the meeting. This attribute represent the global state of the meeting (not the participation status of the organizer), and can only be updater if the element InvitationOnly is true.

textDescription

string

Set the description of the meeting using the test representation. This attribute cannot be updated if the element InvitationOnly is false;

xhtmlFragmentDescription

string

Set the description of the meeting using xhtml frament representation. This attribute cannot be updated if the element InvitationOnly is true;

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:meetingSeriesUpdater xsi:type="obh:meetingSeriesUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <includeOnlineConference>your_boolean_0</includeOnlineConference>
        <inviteeParticipantStatus>your_occurrenceParticipantStatus_0</inviteeParticipantStatus>
        <inviteePriority>your_priority_0</inviteePriority>
        <inviteePropertiesUpdater>your_collabPropertiesUpdater_0</inviteePropertiesUpdater>
        <inviteeTransparency>your_transparency_0</inviteeTransparency>
        <locationName>your_string_0</locationName>
        <name>your_string_0</name>
        <participantUpdaters>your_meetingParticipantUpdater_0</participantUpdaters>
        <participantUpdaters>your_meetingParticipantUpdater_1</participantUpdaters>
        <participantUpdaters>your_meetingParticipantUpdater_2</participantUpdaters>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <status>your_occurrenceStatus_0</status>
        <textDescription>your_string_0</textDescription>
        <xhtmlFragmentDescription>your_string_0</xhtmlFragmentDescription>
</obh:meetingSeriesUpdater>

Referenced By Representaions