Overview

Holds a set of modifications to be applies to a Calendar.

Members

Show inherited members

Name Type Required Description

availableHours

businessHours

Set the AvailableHours attribute for the Calendar.

bookingBehavior

bookingBehavior

Set the BookingBehavior of the CalendarUpdater

calDavResourceName

string

Set the CalDavRessourceName attribute for the Calendar.

canParticipantsPresentScheduledOnlineConference

boolean

changeStatus

changeStatus

Artifact change status.

defaultICalPriority

int

Set the defaultICalPriority attribute for the Calendar.

defaultJournal

boolean

Set the IsDefaultJournal attribute of the Calendar. Currently only supported for calendar creation.

defaultPriority

priority

Set the DefaultPriority attribute for the calendar .

defaultSensitivity

beeId<sensitivity>

Set the DefaultSensitivity attribute for the calendar .

deriveAvailableHoursFromOwnerWorkingHours

boolean

Set the DeriveAvailableHoursFromOwnerWorkingHours attribute for the Calendar.

description

string

Description of the Folder.

directEnrollmentsUpdater

calendarEnrollmentListUpdater

Return a subupdater to update the DirectEnrollments attributes. Note that when adding a direct enrollments, the entry is automatically removed from the directUnenrollment list if it was present.

directUnenrollmentsUpdater

calendarEnrollmentListUpdater

Return a subupdater to update the DirectUnenrollments attributes. Note that when adding a direct unenrollments, the entry is automatically removed from the directEnrollment list if it was present.

enablePresenceIntegration

boolean

Set the EnablePresenceIntegration attribute for the Calendar. This attribute should only be applied to a user's default calendar, and will be propagated to any other calendars a user may have.

enrollWorkspaceMembers

boolean

Set the enrollWorkspaceMembers attribute. When set to true the members of the workspace are automatically enrolled to the calendar.

enrolled

boolean

Set the enrolled attribute. This attribute is per viewer, and is used to enroll or enroll to a given workspace.

To set this attribute the caller must have either WRITE access to the calendar, or the DISCOVER access on the calendar if the attribute allowSelfEnrollment is set to true.

When set to true, the viewer is removed from the DirectUnenrollments list (if he was present), and added to the DirectEnrollments list.

When set to false, the viewer is removed from the DirectEnrollments list (if he was present), and added to the DirectUnenrollments list.

enrollmentType

enrollmentType

Set the EnrollmentType attribute for the Calendar.

folderChangeStatus

changeStatus

ChangeStatus of the folder.

includeInFreeBusy

boolean

Set the IncludeInFreeBusy attribute for the Calendar.

inheritTimeZoneFromOwner

boolean

Set the InheritTimeZoneFromOwner attribute of the calendar. Note setting this attribute to true, will automatically update the timezone attribute to reflect the owner's timezone.

name

string

Get the Name of the Entity

propertiesUpdater

collabPropertiesUpdater

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

selfEnrollmentOpenToAll

boolean

Set the attribute SelfEnrollmentOpenToAll.

timeZone

beeId<timeZone>

Set the timezone attribute of the Calendar. Modifying this attribute automatically set the InheritTimeZoneFromOwner attribute to false.

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:calendarUpdater xsi:type="obh:calendarUpdater" xmlns:obh="http://www.oracle.com/beehive" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <availableHours>your_businessHours_0</availableHours>
        <bookingBehavior>your_bookingBehavior_0</bookingBehavior>
        <calDavResourceName>your_string_0</calDavResourceName>
        <canParticipantsPresentScheduledOnlineConference>your_boolean_0</canParticipantsPresentScheduledOnlineConference>
        <changeStatus>your_changeStatus_0</changeStatus>
        <defaultICalPriority>your_int_0</defaultICalPriority>
        <defaultJournal>your_boolean_0</defaultJournal>
        <defaultPriority>your_priority_0</defaultPriority>
        <defaultSensitivity>your_beeId_0</defaultSensitivity>
        <deriveAvailableHoursFromOwnerWorkingHours>your_boolean_0</deriveAvailableHoursFromOwnerWorkingHours>
        <description>your_string_0</description>
        <directEnrollmentsUpdater>your_calendarEnrollmentListUpdater_0</directEnrollmentsUpdater>
        <directUnenrollmentsUpdater>your_calendarEnrollmentListUpdater_0</directUnenrollmentsUpdater>
        <enablePresenceIntegration>your_boolean_0</enablePresenceIntegration>
        <enrollWorkspaceMembers>your_boolean_0</enrollWorkspaceMembers>
        <enrolled>your_boolean_0</enrolled>
        <enrollmentType>your_enrollmentType_0</enrollmentType>
        <folderChangeStatus>your_changeStatus_0</folderChangeStatus>
        <includeInFreeBusy>your_boolean_0</includeInFreeBusy>
        <inheritTimeZoneFromOwner>your_boolean_0</inheritTimeZoneFromOwner>
        <name>your_string_0</name>
        <propertiesUpdater>your_collabPropertiesUpdater_0</propertiesUpdater>
        <selfEnrollmentOpenToAll>your_boolean_0</selfEnrollmentOpenToAll>
        <timeZone>your_beeId_0</timeZone>
        <userCreatedOn>your_dateTime_0</userCreatedOn>
        <userModifiedOn>your_dateTime_0</userModifiedOn>
        <viewerPropertiesUpdater>your_collabPropertiesUpdater_0</viewerPropertiesUpdater>
</obh:calendarUpdater>

Referenced By Representaions