Overview

Represents a recurring event.

The MeetingSeries contains recurrence information, the default values of the meeting attributes, and the list of meeting instances.

Members

Show inherited members

Projections
Name Type Required Description

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[]

Attachments of the meeting.

collabId

beeId

CollabId of the snapshot

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.

duration

duration

Default duration of the meeting instances.

invitationOnly

boolean

True if the meeting is not the organizer's copy. When a meeting is created by the organizer, copied if the meeting are delivered to the participants' default calendars.

The organizer's copy of the meeting has the element InvitationOnly set to false, the other participant's have InvitationOnly set to true.

If InvitationOnly is set to true, then only the following elements may be updated:

  1. InviteeTransparency
  2. InviteeParticipationStatus
  3. InviteePrimaryClientReminderTrigger
  4. InviteePriority
  5. InviteeProperties
The meeting's elements that are global to all the participants can only be updated in the organizer's copy of the meeting.

invitee

participant

Invitee that owns this copy of the meeting.

inviteeEffectiveTransparency

transparency

Transparency of this meeting. This attribute determine the impact of this meeting on the freebusy of the invitee.

inviteeParticipantStatus

occurrenceParticipantStatus

Participation status if the Invitee. When invited to a meeting this attribute is initialy set to NEEDS_ACTION. The invitee must update this attribute to inform the organizer if his attendence status.

inviteePriority

priority

Priority of the meeting for invitee.

inviteeProperties

collabProperties

Properties private to this copy of the meeting.

locationName

string

Name of the location of the meeting.

meetings

meeting[]

List of meeting instances associociated with this MeetingSeries.

modifiedBy

actor

The actor that last modified the entity

modifiedOn

dateTime

The date when entity was last modified

name

string

Name of the entity.

onlineConference

conference

Online conference associated with the meeting.

onlineConferenceJoinURL

string

URI that may be used to join the Online Conference associated with the meeting.

organizer

participant

Organizer of the meeting.

parent

entity

The parent for this entity.

participants

meetingParticipant[]

Participants of the meeting.

properties

collabProperties

The properties of the artifact that are shared among all the actors

recurrenceRule

string

Recurrence rule of the series. Must follow the RECUR value type format as defined in RFC25545.

recurrenceStart

dateTime

For recurring meeting, this attribute must be set to the start time of the first instance of the RecurrenceRule.

recurrenceStartDateOnly

boolean

True if the "RecurrenceStart" attribute refers to a date only value (time of day can be ignored). Set to true for HOLIDAY and DAY_EVENT.

sensitivity

sensitivity

Sensitivity of the meeting.

snapshotId

string

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

status

occurrenceStatus

Status of the meeting.

textDescription

string

Description of the meeting in plain text format.

type

occurrenceType

Type of the meeting.

xhtmlFragmentDescription

string

Description of the meeting in XHTML fragment representation. This string is an xHTML fragment that must respect the following guidelines:

The value is composed of only XHTML fragments (with a limited set of elements/styles) in richtext attributes. The header:

And footer:

must be omitted from the attribute value. We can imply that

  1. the character encoding is always UCS-2, i.e. we use Java strings for richtext attributes;
  2. the schema is always our subset of XHTML;
  3. styles allowed are a subset of CSS2; d) we don't need the "head" section (no "title", "meta"s, "link"s, etc.);
  4. we leave body element to have a place to put formatting common for the entire fragment (e.g. "font" or "background-color").

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:meetingSeries xsi:type="obh:meetingSeries" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <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>
        <collabId>your_beeId_0</collabId>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <duration>your_duration_0</duration>
        <invitationOnly>your_boolean_0</invitationOnly>
        <invitee>your_participant_0</invitee>
        <inviteeEffectiveTransparency>your_transparency_0</inviteeEffectiveTransparency>
        <inviteeParticipantStatus>your_occurrenceParticipantStatus_0</inviteeParticipantStatus>
        <inviteePriority>your_priority_0</inviteePriority>
        <inviteeProperties>your_collabProperties_0</inviteeProperties>
        <locationName>your_string_0</locationName>
        <meetings>your_meeting_0</meetings>
        <meetings>your_meeting_1</meetings>
        <meetings>your_meeting_2</meetings>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <onlineConference>your_conference_0</onlineConference>
        <onlineConferenceJoinURL>your_string_0</onlineConferenceJoinURL>
        <organizer>your_participant_0</organizer>
        <parent>your_entity_0</parent>
        <participants>your_meetingParticipant_0</participants>
        <participants>your_meetingParticipant_1</participants>
        <participants>your_meetingParticipant_2</participants>
        <properties>your_collabProperties_0</properties>
        <recurrenceRule>your_string_0</recurrenceRule>
        <recurrenceStart>your_dateTime_0</recurrenceStart>
        <recurrenceStartDateOnly>your_boolean_0</recurrenceStartDateOnly>
        <sensitivity>your_sensitivity_0</sensitivity>
        <snapshotId>your_string_0</snapshotId>
        <status>your_occurrenceStatus_0</status>
        <textDescription>your_string_0</textDescription>
        <type>your_occurrenceType_0</type>
        <xhtmlFragmentDescription>your_string_0</xhtmlFragmentDescription>
</obh:meetingSeries>

Referenced By Representaions