Overview

Represent a snapshot of a OccurrenceSeries.

An occurrence series is a set containing all the occurrences associated with the same event. Every occurrence, including a single instance event, is associated with an occurrence series.

The attributes of the occurrence series are used as default values when new occurrences are added or when expanding the recurrence rules at creation.

When the ParticipantStatus of an InvitationSeries yielded by this Occurrence is modified:

  • The associated Participants in the OccurrenceSeries and other InvitationSeries are automatically updated.
  • The modifiedOn attribute of the OccurrenceSeries and associated InvitationSeries will be adjusted to the time of the update.
  • The lockId portion of the SnapshotId and the modifiedBy are NOT adjusted in the OccurrenceSeries and the other InvitationSeries.

Members

Show inherited members

Projections
Name Type Required Description

ICalClass

string

ICalPriority

int

ICalSequence

int

ICalUid

string

URL

string

allowAllInviteesToPublishBonds

boolean

attachedMarkers

marker[]

Set of marker elements associated with the entity.

attachedReminders

reminder[]

List of reminders attached to the entity

attachedSubscriptions

subscription[]

List of subscriptions attached to the entity

attachments

anyType[]

bonds

bond[]

collabId

beeId

CollabId of the snapshot

companyNames

string[]

compositeParticipants

occurrenceCompositeParticipant[]

createdOn

dateTime

Entity's creation date

creator

actor

The actor that created this entity

deleted

boolean

Deletion flag. If this property is set to true the entity is deleted.

description

string

dialInInfo

string

duration

long

Get the OccurrenceSries Duration.

Loaded with:
Projection.BASIC

endTimeZone

timeZone

Get the OccurrenceSries EndTimeZone.

Loaded with:
Projection.BASIC

equipment

string[]

explicitlyModifiedOn

dateTime

This attribute was introduced and should only be used by the coexistence service.

Loaded with:
Projection.BASIC

hasCompositeParticipants

boolean

hasMultipleInstances

boolean

hasMultipleParticipants

boolean

hasPendingReminders

boolean

internalOrganizer

actor

invitationSeriesListModifiedOn

dateTime

Return the last time an associated invitation series was added or deleted

Loaded with:
Projection.BASIC

journalEntryType

journalEntryType

location

location

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

occurrences

occurrence[]

Get the occurrences of the Occurrence series.

Loaded with:
OccurrenceSeries.OCCURRENCES, ArtifactListProjection with OccurrenceListFilter, Projection.FULL

organizer

participant

originalInclusionRule

string

Get the OriginalInclusionRule attribute of the OccurrenceSeries. This attribute is set to the initial value of InclusionRule on the Recurrences element passed at creation. The InclusionRule can be modified transparently by the system (e.g. to limit the number of instances), the originalInclusionRule is used to preserve the initial intent.

parent

entity

The parent for this entity.

participants

occurrenceParticipant[]

priority

priority

properties

collabProperties

publishedBonds

bond[]

receptionChannel

participantDeliveryChannel

recurrences

dateTimeRecurrenceSet

Get the Recurrences attribute of the OccurrenceSeries. The recurrences attribute of a series is used to determine the set of occurrences to create. For every DateTime of the recurrences an occurrence starting and that time is created, and end time is computed by adding the duration of the series. The recurrences attribute is typically only set at creation. Explicitly updating the recurrence on an existing series is permitted; however it is equivalent to deleting all the occurrences of the series and recreating new ones.

recurrencesNoThrow

dateTimeRecurrenceSet

sensitivity

sensitivity

seriesProperties

collabProperties

Return the SeriesProperties attribute

Loaded with:
Projection.META

size

long

snapshotId

string

Contains the snapshot identifier for this snapshot. Snapshot identifiers are used to implement optimistic locking on the server.

status

occurrenceStatus

transparency

transparency

type

occurrenceType

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:occurrenceSeries xsi:type="obh:occurrenceSeries" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <ICalClass>your_string_0</ICalClass>
        <ICalPriority>your_int_0</ICalPriority>
        <ICalSequence>your_int_0</ICalSequence>
        <ICalUid>your_string_0</ICalUid>
        <URL>your_string_0</URL>
        <allowAllInviteesToPublishBonds>your_boolean_0</allowAllInviteesToPublishBonds>
        <attachedMarkers>your_marker_0</attachedMarkers>
        <attachedMarkers>your_marker_1</attachedMarkers>
        <attachedMarkers>your_marker_2</attachedMarkers>
        <attachedReminders>your_reminder_0</attachedReminders>
        <attachedReminders>your_reminder_1</attachedReminders>
        <attachedReminders>your_reminder_2</attachedReminders>
        <attachedSubscriptions>your_subscription_0</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_1</attachedSubscriptions>
        <attachedSubscriptions>your_subscription_2</attachedSubscriptions>
        <attachments>your_anyType_0</attachments>
        <attachments>your_anyType_1</attachments>
        <attachments>your_anyType_2</attachments>
        <bonds>your_bond_0</bonds>
        <bonds>your_bond_1</bonds>
        <bonds>your_bond_2</bonds>
        <collabId>your_beeId_0</collabId>
        <companyNames>your_string_0</companyNames>
        <companyNames>your_string_1</companyNames>
        <companyNames>your_string_2</companyNames>
        <compositeParticipants>your_occurrenceCompositeParticipant_0</compositeParticipants>
        <compositeParticipants>your_occurrenceCompositeParticipant_1</compositeParticipants>
        <compositeParticipants>your_occurrenceCompositeParticipant_2</compositeParticipants>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <description>your_string_0</description>
        <dialInInfo>your_string_0</dialInInfo>
        <duration>your_long_0</duration>
        <endTimeZone>your_timeZone_0</endTimeZone>
        <equipment>your_string_0</equipment>
        <equipment>your_string_1</equipment>
        <equipment>your_string_2</equipment>
        <explicitlyModifiedOn>your_dateTime_0</explicitlyModifiedOn>
        <hasCompositeParticipants>your_boolean_0</hasCompositeParticipants>
        <hasMultipleInstances>your_boolean_0</hasMultipleInstances>
        <hasMultipleParticipants>your_boolean_0</hasMultipleParticipants>
        <hasPendingReminders>your_boolean_0</hasPendingReminders>
        <internalOrganizer>your_actor_0</internalOrganizer>
        <invitationSeriesListModifiedOn>your_dateTime_0</invitationSeriesListModifiedOn>
        <journalEntryType>your_journalEntryType_0</journalEntryType>
        <location>your_location_0</location>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <occurrences>your_occurrence_0</occurrences>
        <occurrences>your_occurrence_1</occurrences>
        <occurrences>your_occurrence_2</occurrences>
        <organizer>your_participant_0</organizer>
        <originalInclusionRule>your_string_0</originalInclusionRule>
        <parent>your_entity_0</parent>
        <participants>your_occurrenceParticipant_0</participants>
        <participants>your_occurrenceParticipant_1</participants>
        <participants>your_occurrenceParticipant_2</participants>
        <priority>your_priority_0</priority>
        <properties>your_collabProperties_0</properties>
        <publishedBonds>your_bond_0</publishedBonds>
        <publishedBonds>your_bond_1</publishedBonds>
        <publishedBonds>your_bond_2</publishedBonds>
        <receptionChannel>your_participantDeliveryChannel_0</receptionChannel>
        <recurrences>your_dateTimeRecurrenceSet_0</recurrences>
        <recurrencesNoThrow>your_dateTimeRecurrenceSet_0</recurrencesNoThrow>
        <sensitivity>your_sensitivity_0</sensitivity>
        <seriesProperties>your_collabProperties_0</seriesProperties>
        <size>your_long_0</size>
        <snapshotId>your_string_0</snapshotId>
        <status>your_occurrenceStatus_0</status>
        <transparency>your_transparency_0</transparency>
        <type>your_occurrenceType_0</type>
</obh:occurrenceSeries>

Referenced By Representaions