Overview

Holds a set of modification to be applies to an occurrence.

Members

Show inherited members

Name Type Required Description

ICalCategories

string[]

ICalClass

string

ICalPriority

int

ICalRecurrenceId

dateTime

ICalSequence

int

ICalUid

string

allowAllInviteesToPublishBonds

boolean

applyPrimaryDefaultReminder

boolean

Set the ApplyPrimaryDefaultReminder attribute.

attachmentsUpdater

attachmentListUpdater

Returns the updater used to modify the Attachments attribute. (removeAllAttachments() is currently not supported)

changeStatus

changeStatus

Artifact change status.

companyNames

string[]

compositeParticipantsUpdater

occurrenceCompositeParticipantListUpdater

description

string

dialInInfo

string

eid

string

enableNotification

boolean

end

dateTime

Set the end attribute for the Occurrence.

equipment

string[]

initalizedWithSeriesAttributes

boolean

journalEntryType

journalEntryType

location

location

name

string

Get the Name of the Entity

operationContext

anyType

organizer

participant

organizerUpdater

participantUpdater

participantsUpdater

occurrenceParticipantListUpdater

primaryInvitationUpdater

invitationUpdater

Update the primary (owner's) Invitation if one exists.

priority

priority

propertiesUpdater

collabPropertiesUpdater

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

sensitivity

beeId

start

dateTime

Set the start attribute for the Occurrence.

status

occurrenceStatus

tranparency

transparency

transparency

transparency

type

occurrenceType

url

string

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.

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:occurrenceUpdater xsi:type="obh:occurrenceUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ICalCategories>your_string_0</ICalCategories>
        <ICalCategories>your_string_1</ICalCategories>
        <ICalCategories>your_string_2</ICalCategories>
        <ICalClass>your_string_0</ICalClass>
        <ICalPriority>your_int_0</ICalPriority>
        <ICalRecurrenceId>your_dateTime_0</ICalRecurrenceId>
        <ICalSequence>your_int_0</ICalSequence>
        <ICalUid>your_string_0</ICalUid>
        <allowAllInviteesToPublishBonds>your_boolean_0</allowAllInviteesToPublishBonds>
        <applyPrimaryDefaultReminder>your_boolean_0</applyPrimaryDefaultReminder>
        <attachmentsUpdater>your_attachmentListUpdater_0</attachmentsUpdater>
        <changeStatus>your_changeStatus_0</changeStatus>
        <companyNames>your_string_0</companyNames>
        <companyNames>your_string_1</companyNames>
        <companyNames>your_string_2</companyNames>
        <compositeParticipantsUpdater>your_occurrenceCompositeParticipantListUpdater_0</compositeParticipantsUpdater>
        <description>your_string_0</description>
        <dialInInfo>your_string_0</dialInInfo>
        <eid>your_string_0</eid>
        <enableNotification>your_boolean_0</enableNotification>
        <end>your_dateTime_0</end>
        <equipment>your_string_0</equipment>
        <equipment>your_string_1</equipment>
        <equipment>your_string_2</equipment>
        <initalizedWithSeriesAttributes>your_boolean_0</initalizedWithSeriesAttributes>
        <journalEntryType>your_journalEntryType_0</journalEntryType>
        <location>your_location_0</location>
        <name>your_string_0</name>
        <operationContext>your_anyType_0</operationContext>
        <organizer>your_participant_0</organizer>
        <organizerUpdater>your_participantUpdater_0</organizerUpdater>
        <participantsUpdater>your_occurrenceParticipantListUpdater_0</participantsUpdater>
        <primaryInvitationUpdater>your_invitationUpdater_0</primaryInvitationUpdater>
        <priority>your_priority_0</priority>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <sensitivity>your_beeId_0</sensitivity>
        <start>your_dateTime_0</start>
        <status>your_occurrenceStatus_0</status>
        <tranparency>your_transparency_0</tranparency>
        <transparency>your_transparency_0</transparency>
        <type>your_occurrenceType_0</type>
        <url>your_string_0</url>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:occurrenceUpdater>

Referenced By Representaions