Overview

Holds a set of modifications to be applies to an occurrenceSeries.

Members

Show inherited members

Name Type Required Description

ICalCategories

string[]

ICalClass

string

ICalPriority

int

ICalSequence

int

ICalUid

string

allowAllInviteesToPublishBonds

boolean

applyPrimaryDefaultReminder

boolean

attachmentsUpdater

attachmentListUpdater

Sets attachment updater.

companyNames

string[]

compositeParticipantsUpdater

occurrenceCompositeParticipantListUpdater

description

string

dialInInfo

string

duration

long

enableNotification

boolean

endTimeZone

beeId<timeZone>

equipment

string[]

handle

beeId<occurrenceSeries>

journalEntryType

journalEntryType

location

location

name

string

Get the Name of the Entity

occurrencesUpdater

occurrenceListUpdater

operationContext

anyType

organizer

participant

organizerUpdater

participantUpdater

participantsUpdater

occurrenceParticipantListUpdater

primaryInvitationSeriesUpdater

invitationSeriesUpdater

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

priority

priority

propertiesUpdater

collabPropertiesUpdater

receptionChannel

participantDeliveryChannel

recurrences

dateTimeRecurrenceSet

Set the Recurrences attribute of the OccurenceSeries. The recurrences attribute is read-only and can only be set at creation.

sensitivity

beeId

seriesPropertiesUpdater

collabPropertiesUpdater

seriesUpdateMode

seriesUpdateMode

status

occurrenceStatus

tranparency

transparency

transparency

transparency

type

occurrenceType

url

string

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:occurrenceSeriesUpdater xsi:type="obh:occurrenceSeriesUpdater" 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>
        <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>
        <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>
        <duration>your_long_0</duration>
        <enableNotification>your_boolean_0</enableNotification>
        <endTimeZone>your_beeId_0</endTimeZone>
        <equipment>your_string_0</equipment>
        <equipment>your_string_1</equipment>
        <equipment>your_string_2</equipment>
        <handle>your_beeId_0</handle>
        <journalEntryType>your_journalEntryType_0</journalEntryType>
        <location>your_location_0</location>
        <name>your_string_0</name>
        <occurrencesUpdater>your_occurrenceListUpdater_0</occurrencesUpdater>
        <operationContext>your_anyType_0</operationContext>
        <organizer>your_participant_0</organizer>
        <organizerUpdater>your_participantUpdater_0</organizerUpdater>
        <participantsUpdater>your_occurrenceParticipantListUpdater_0</participantsUpdater>
        <primaryInvitationSeriesUpdater>your_invitationSeriesUpdater_0</primaryInvitationSeriesUpdater>
        <priority>your_priority_0</priority>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <receptionChannel>your_participantDeliveryChannel_0</receptionChannel>
        <recurrences>your_dateTimeRecurrenceSet_0</recurrences>
        <sensitivity>your_beeId_0</sensitivity>
        <seriesPropertiesUpdater>your_collabPropertiesUpdater_0</seriesPropertiesUpdater>
        <seriesUpdateMode>your_seriesUpdateMode_0</seriesUpdateMode>
        <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>
</obh:occurrenceSeriesUpdater>

Referenced By Representaions