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

Contents

Overview

Updater for MeetingSeries.

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

JSON Example

(show inherited members)

{
    "beeType":"meetingSeriesUpdater",
        "includeOnlineConference":your_{http://www.oracle.com/beehive}includeOnlineConference_as_boolean0,
        "inviteeParticipantStatus":{ your_{http://www.oracle.com/beehive}inviteeParticipantStatus_as_occurrenceParticipantStatus0 },
        "inviteePriority":{ your_{http://www.oracle.com/beehive}inviteePriority_as_priority0 },
        "inviteePropertiesUpdater":{ your_{http://www.oracle.com/beehive}inviteePropertiesUpdater_as_collabPropertiesUpdater0 },
        "inviteeTransparency":{ your_{http://www.oracle.com/beehive}inviteeTransparency_as_transparency0 },
        "locationName":"your_{http://www.oracle.com/beehive}locationName_as_string0",
        "name":"your_{http://www.oracle.com/beehive}name_as_string0",
        "participantUpdaters":[
            { your_{http://www.oracle.com/beehive}participantUpdaters_as_meetingParticipantUpdater0 },
            { your_{http://www.oracle.com/beehive}participantUpdaters_as_meetingParticipantUpdater1 },
            { your_{http://www.oracle.com/beehive}participantUpdaters_as_meetingParticipantUpdater2 }
        ],
        "propertiesUpdater":{ your_{http://www.oracle.com/beehive}propertiesUpdater_as_collabPropertiesUpdater0 },
        "status":{ your_{http://www.oracle.com/beehive}status_as_occurrenceStatus0 },
        "textDescription":"your_{http://www.oracle.com/beehive}textDescription_as_string0",
        "xhtmlFragmentDescription":"your_{http://www.oracle.com/beehive}xhtmlFragmentDescription_as_string0"
}

XML Schema


<xs:complexType name="meetingSeriesUpdater">
    <xs:complexContent>
        <xs:extension base="tns:entityUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="includeOnlineConference" type="xs:boolean"/>
                <xs:element minOccurs="0"
                    name="inviteeParticipantStatus" type="tns:occurrenceParticipantStatus"/>
                <xs:element minOccurs="0" name="inviteePriority" type="tns:priority"/>
                <xs:element minOccurs="0"
                    name="inviteePropertiesUpdater" type="tns:collabPropertiesUpdater"/>
                <xs:element minOccurs="0" name="inviteeTransparency" type="tns:transparency"/>
                <xs:element minOccurs="0" name="locationName" type="xs:string"/>
                <xs:element maxOccurs="unbounded" minOccurs="0"
                    name="participantUpdaters" nillable="true" type="tns:meetingParticipantUpdater"/>
                <xs:element minOccurs="0" name="propertiesUpdater" type="tns:collabPropertiesUpdater"/>
                <xs:element minOccurs="0" name="status" type="tns:occurrenceStatus"/>
                <xs:element minOccurs="0" name="textDescription" type="xs:string"/>
                <xs:element minOccurs="0"
                    name="xhtmlFragmentDescription" type="xs:string"/>
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

        

References

The following data represents the references to meetingSeriesUpdater

Referenced By Resources

Usage Resource Method
Request MeetingSeries Update

Referenced By Representaions