Overview

Represents a single instance of a Calendar event.

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.

bonds

bond[]

List of artifact bonds

changeStatus

changeStatus

The change status of the artifact

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.

end

dateTime

End time of the meeting. Note that meetings of type HOLIDAY and DAYEVENT must have a start time that is floating and date only.

endDateOnly

boolean

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

exception

boolean

True is this instance of the meeting differs from series.

fromRecurring

boolean

True if this instance of the meeting is part of a recurring meeting.

invitationOnly

boolean

True if the meeting is not the organizer's copy. When a meeting is created by the organizer, copies of 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
  6. Sensitivity
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.

inviteePrimaryClientReminderTrigger

timedTrigger

Trigger of the primary client side reminder. The primary client reminder is the reminder managed, by calendar clients such as OBEO, Zimbra and the caldav based clients.

inviteePriority

priority

Priority of the meeting as defined by the invitee.

inviteeProperties

collabProperties

Properties private to this copy of the meeting.

locationName

string

Name of the location of the meeting.

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.

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

sensitivity

sensitivity

Sensitivity of the meeting.

series

meetingSeries

MeetingSeries associated with this instance of the meeting. Note that all meetings, including single instance meetings, have a MeetingSeries.

snapshotId

string

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

start

dateTime

Start time of the meeting. Note that meetings of type HOLIDAY and DAYEVENT must have a start time that is floating and date only.

startDateOnly

boolean

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

status

occurrenceStatus

Status of the meeting.

textDescription

string

Description of the meeting in plain text format.

type

occurrenceType

Type of the meeting.

userCreatedOn

dateTime

The user creation date (if created offline)

userModifiedOn

dateTime

The user last modified date (if modified offline)

viewer

actor

The actor for which this artifact snapshot was loaded. All the artifact viewer properties in this snapshot are loaded for this actor.

viewerProperties

collabProperties

The viewer properties of the artifact that are private to loading actor

xhtmlFragmentDescription

string

Description of the meeting in xhtml fragment format.

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:meeting xsi:type="obh:meeting" 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>
        <bonds>your_bond_0</bonds>
        <bonds>your_bond_1</bonds>
        <bonds>your_bond_2</bonds>
        <changeStatus>your_changeStatus_0</changeStatus>
        <collabId>your_beeId_0</collabId>
        <createdOn>your_dateTime_0</createdOn>
        <creator>your_actor_0</creator>
        <deleted>your_boolean_0</deleted>
        <end>your_dateTime_0</end>
        <endDateOnly>your_boolean_0</endDateOnly>
        <exception>your_boolean_0</exception>
        <fromRecurring>your_boolean_0</fromRecurring>
        <invitationOnly>your_boolean_0</invitationOnly>
        <invitee>your_participant_0</invitee>
        <inviteeEffectiveTransparency>your_transparency_0</inviteeEffectiveTransparency>
        <inviteeParticipantStatus>your_occurrenceParticipantStatus_0</inviteeParticipantStatus>
        <inviteePrimaryClientReminderTrigger>your_timedTrigger_0</inviteePrimaryClientReminderTrigger>
        <inviteePriority>your_priority_0</inviteePriority>
        <inviteeProperties>your_collabProperties_0</inviteeProperties>
        <locationName>your_string_0</locationName>
        <modifiedBy>your_actor_0</modifiedBy>
        <modifiedOn>your_dateTime_0</modifiedOn>
        <name>your_string_0</name>
        <onlineConference>your_conference_0</onlineConference>
        <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>
        <sensitivity>your_sensitivity_0</sensitivity>
        <series>your_meetingSeries_0</series>
        <snapshotId>your_string_0</snapshotId>
        <start>your_dateTime_0</start>
        <startDateOnly>your_boolean_0</startDateOnly>
        <status>your_occurrenceStatus_0</status>
        <textDescription>your_string_0</textDescription>
        <type>your_occurrenceType_0</type>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewer>your_actor_0</viewer>
        <viewerProperties>your_collabProperties_0</viewerProperties>
        <xhtmlFragmentDescription>your_string_0</xhtmlFragmentDescription>
</obh:meeting>

Referenced By Representaions