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

Contents

Overview

Updater for Meeting.

Members

Name Type Description

changeStatus

changeStatus

Artifact change status.

end

dateTime

Set the end of the meeting. This attribute cannot be updated if the element InvitationInly is false;

includeOnlineConference

boolean

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

inviteeParticipantStatus

occurrenceParticipantStatus

Set the invitee participation status of this copy of the meeting.

inviteePrimaryClientReminderTrigger

timedTrigger

Set the trigger of the primary client reminder of this copy of the meeting.

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 false;

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 set if the element InvitationOnly is false.

propertiesUpdater

collabPropertiesUpdater

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

start

dateTime

Set the start of the meeting. This attribute cannot be updated is the element InvitationInly is true;

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;

userCreatedOn

dateTime

The user creation time (if created offline) for the Artifact

userModifiedOn

dateTime

The user modification time (if created offline) for the Artifact

viewerPropertiesUpdater

collabPropertiesUpdater

A CollabPropertiesUpdater which can be used to add or remove viewer private CollabProperties for this Artifact.

xhtmlFragmentDescription

string

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

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:meetingUpdater xsi:type="obh:meetingUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <obh:changeStatus>your_changeStatus_0</obh:changeStatus>
        <obh:end>your_dateTime_0</obh:end>
        <obh:includeOnlineConference>your_boolean_0</obh:includeOnlineConference>
        <obh:inviteeParticipantStatus>your_occurrenceParticipantStatus_0</obh:inviteeParticipantStatus>
        <obh:inviteePrimaryClientReminderTrigger>your_timedTrigger_0</obh:inviteePrimaryClientReminderTrigger>
        <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:start>your_dateTime_0</obh:start>
        <obh:status>your_occurrenceStatus_0</obh:status>
        <obh:textDescription>your_string_0</obh:textDescription>
        <obh:userCreatedOn>your_dateTime_0</obh:userCreatedOn>
        <obh:userModifiedOn>your_dateTime_0</obh:userModifiedOn>
        <obh:viewerPropertiesUpdater>your_collabPropertiesUpdater_0</obh:viewerPropertiesUpdater>
        <obh:xhtmlFragmentDescription>your_string_0</obh:xhtmlFragmentDescription>
</obh:meetingUpdater>

JSON Example

(show inherited members)

{
    "beeType":"meetingUpdater",
        "changeStatus":{ your_{http://www.oracle.com/beehive}changeStatus_as_changeStatus0 },
        "end":"your_{http://www.oracle.com/beehive}end_as_dateTime0",
        "includeOnlineConference":your_{http://www.oracle.com/beehive}includeOnlineConference_as_boolean0,
        "inviteeParticipantStatus":{ your_{http://www.oracle.com/beehive}inviteeParticipantStatus_as_occurrenceParticipantStatus0 },
        "inviteePrimaryClientReminderTrigger":{ your_{http://www.oracle.com/beehive}inviteePrimaryClientReminderTrigger_as_timedTrigger0 },
        "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 },
        "start":"your_{http://www.oracle.com/beehive}start_as_dateTime0",
        "status":{ your_{http://www.oracle.com/beehive}status_as_occurrenceStatus0 },
        "textDescription":"your_{http://www.oracle.com/beehive}textDescription_as_string0",
        "userCreatedOn":"your_{http://www.oracle.com/beehive}userCreatedOn_as_dateTime0",
        "userModifiedOn":"your_{http://www.oracle.com/beehive}userModifiedOn_as_dateTime0",
        "viewerPropertiesUpdater":{ your_{http://www.oracle.com/beehive}viewerPropertiesUpdater_as_collabPropertiesUpdater0 },
        "xhtmlFragmentDescription":"your_{http://www.oracle.com/beehive}xhtmlFragmentDescription_as_string0"
}

XML Schema


<xs:complexType name="meetingUpdater">
    <xs:complexContent>
        <xs:extension base="tns:artifactUpdater">
            <xs:sequence>
                <xs:element minOccurs="0" name="end" type="xs:dateTime"/>
                <xs:element minOccurs="0" name="includeOnlineConference" type="xs:boolean"/>
                <xs:element minOccurs="0"
                    name="inviteeParticipantStatus" type="tns:occurrenceParticipantStatus"/>
                <xs:element minOccurs="0"
                    name="inviteePrimaryClientReminderTrigger" type="tns:timedTrigger"/>
                <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="start" type="xs:dateTime"/>
                <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 meetingUpdater

Referenced By Resources

Usage Resource Method
Request Meeting Update

Referenced By Representaions