Skip Headers
Oracle® Communications Connector for Microsoft Outlook Administration Guide
Release 8.0.2

E55106-01
Go to Documentation Home
Home
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
PDF · Mobi · ePub

12 Configuring Shared Calendar Name Format

The default Oracle Communications Connector for Microsoft Outlook calendar name format consists of a long and confusing name format, which is used to avoid name clash in Outlook.

The default, or legacy format, resembles the following:

Calendar - owner - calendar name(cal ID)

You use the SubscribedCalendarNameFormat (hidden) configuration attribute in the Connector for Microsoft Outlook configurator's .ini file to configure the value. It is stored in the following Windows registry key:

HKCU\Software\Sun Microsystems\Outlook Connector\Subscribed Calendar Name Format

The configuration attribute resembles the following:

SubscribedCalendarNameFormat=%u-%n

or

SubscribedCalendarNameFormat=legacy

where:

Note the following restrictions on the configuration value format:

In the following examples:

Example 1: "%u - %n"

Host folderName : sub cal owner name - sub calname
Sub cal folder name : sub cal owner name - sub calname
Sub Tasks folder name: sub cal owner name - sub calname - Tasks

Example 2: "%n"

Host folderName : sub cal owner name - sub calname
Sub cal folder name : sub calname
Sub Tasks folder name: sub calname - Tasks

Example 3: "%n - %u"

Host folderName : sub cal owner name - sub calname
Sub cal folder name : sub calname - sub cal owner name
Sub Tasks folder name: sub calname - sub cal owner name
 - Tasks