Oracle Calendar Web Client Administrator's Guide Release 3.1 Part Number B10095-01 |
|
| View PDF |
This chapter describes default setting parameters that can be changed without impacting the correct functionality of the Oracle Calendar web client when fully integrated with Oracle Collaboration Suite. For additional parameters that can be configured when using Oracle Calendar web client in a standalone environment, see Additional Default Settings.
Parameter: maxfavourite
Description: Sets the maximum number of favorite Agendas a user is able to maintain. This section and its accompanying parameter are commented out by default in webcal.ini.
Accepted values: Any number from 0 to 15.
Default values: 15
Parameter: img_path
Description: Sets the directory path to your images.
Accepted values: Any directory path.
Default value: <htdocs>/owc/images/<language-dir>
Parameter: return_to_portal_url
Description: Provides a URL for the Return to Portal link in the web client.
Accepted values: Any valid URL
Default value: none
The value of this parameter can be overwritten if the portalurl
key is given a value.
Parameter: logout_docname
Description: Sets the page users are taken to after logging out of the web client.
Accepted values: Any valid URL
Default value: /osso_logout
Parameter:login_fail_url
Description: Provides a separate redirect page for failed sign-ins. Commented out by default.
Accepted values: Any valid URL
Default value: /owc/images/<language-dir>/login_fail.htm
To set the maximum number of sign-in attempts, use the signinmaxattempts
parameter found in the [LIMITS] section of unison.ini (the default is 5). Use the following two parameters to redirect users to another page if they have reached the maximum number of sign-in attempts.
Parameter: max_login_attempts_url
Description: Allows you to redirect a user to a URL of your choice if the user has reached the maximum permitted number of sign-in attempts. A default HTML file is provided in the package.
Accepted values: Any valid HTML file path.
Default values: The HTML file provided in the package (relative to the language-specific images directory).
Parameter: privacy_statement_url
Description: If a URL is entered in this parameter, the Privacy Statement link will appear in the bottom right hand corner of the web client and users will be taken to this URL if they click on the link. If there is no value, the Privacy Statement link will not be shown.
Accepted value: Any valid URL
Default value: none
Parameter: enable
Description: Sets the web client to Accessible mode.
Accepted values: TRUE or FALSE
Default value: TRUE
Parameter: hide_toggle_link
Description: Hides the Accessible/Standard Agenda link
Accepted values: TRUE or FALSE
Default value: FALSE
Parameter: quickCreateStartTime
Description: Defines the start time for the Quick Create Task option available from the Task View. The time cannot be later than the value defined in quickCreateEndTime.
Accepted values: Any hourly value in 24-hour format (0 = 12:00 a.m...23 = 11:00 p.m.)
Default values: 9 (9:00 a.m.)
Parameter: quickCreateEndTime
Description: Defines the end time for the Quick Create Task option available from the Task View. The time cannot be earlier than the time defined in quickCreateStartTime.
Accepted values: Any hourly value in 24-hour format
Default values: 17 (5:00 p.m.)
Parameter: showQCCompletion
Description: Defines the end time for the Quick Create Task option available from the Task View. The time cannot be earlier than the time defined in quickCreateStartTime.
Accepted values:
Default values: TRUE
Parameter:default_view
Description: Sets the default view when signing in to Oracle Calendar web client.
Accepted values:
Default values: 1
Parameter: default_dayview_mode
Description: Sets the default viewing mode when a user opens the Day View.
Accepted values:
Default values: 1
Parameter: default_weekview_mode
Description: Sets the default viewing mode when a user opens the Week View.
Accepted values:
Default value: 1
Parameter: hide_dayview_toggle
Description: Hides the link that allows users to switch between the Daily List and Daily Planner.
Accepted values: TRUE or FALSE
Default value: FALSE
Parameter: hide_weekview_toggle
Description: Hides the link that allows users to switch between the Weekly List and Weekly Planner.
Accepted values: TRUE or FALSE
Default value: FALSE
Parameter: pdv_notes_top_task_bottom
Description: When set to TRUE, this parameter displays Daily Notes and Day Events at the top of the Daily Planner and Tasks at the bottom of the view. When set to FALSE, it displays Daily Notes and Day Events at the bottom of the Daily Planner and Tasks at the top of the view. This parameter is commented out by default.
Accepted values: TRUE or FALSE
Default value: TRUE
Parameter: pdv_grid_start_time
Description: Sets a start time for the display grid in the Daily Planner. This parameter is commented out by default.
Accepted values: Any time, provided it is not greater than the value provided in pdv_grid_end_time
.
Default value: 7 (a.m.)
Parameter: pdv_grid_end_time
Description: Sets an end time for the display grid in the Daily Planner. This parameter is commented out by default.
Accepted values: Any time, provided it is not less than the value provided in pdv_grid_start_time
.
Default value: 18 (6:00 p.m.)
Parameter:pwv_grid_start_time
Description: Sets a start time for the display grid in the Weekly Planner. This parameter is commented out by default.
Accepted values: Any time, provided it is not greater than the value provided in pwv_grid_end_time
.
Default value: 8 (a.m.)
Parameter: pwv_grid_end_time
Description: Sets an end time for the display grid in the Weekly Planner. This parameter is commented out by default.
Accepted values: Any time, provided it is not less than the value provided in pwv_grid_start_time.
Default value: 18 (6:00 p.m.)
Parameter:default_color_mgt_by
Description: Choose the default method of color-coding Meetings in a user's Agenda. The user can change this default in the Display section of the Preferences page.
Accepted values:
Default value: 2
Parameter: hide_color_mgt_by_prefs
Description
Disables the user's ability to choose a scheme for color-coding Meetings. If this parameter is set to TRUE, all Meetings will be color-coded by attendance status.
Accepted values: TRUE or FALSE
Default value: FALSE
Use the parameters in this section to set the paper sizes available to users printing their Agendas.
Parameter: domain
Description: Sets domain information for cookies generated by Oracle Calendar web client. The path must be identical on all hosts. This parameter is commented out by default.
Accepted values: Any path
Default value:.yourdomain.com (placeholder)
Parameter: ivr
Description: If set to TRUE, this parameter allows lexacal.fcgi to feed Calendar information to a Java portlet application. For example, a user can sign in to the My Oracle main page and view today's tasks, meetings, etc. without accessing the Oracle Calendar web client.
Accepted values: TRUE or FALSE
Default value: TRUE
The security parameters work in combination with the IVR parameter. Using these parameters specific computers or a specific domain can be set to send IVR requests to lexacal.fcgi. The IVR module first checks incoming requests against the trusted_hosts list. If there is no match, it will check the value against the trusted_domain field.
Parameter: trusted_hosts
Description: Allows only the specified computers to send IVR requests to lexacal.fcgi. You can specify more than one computer in this parameter.
Example: trusted_hosts=pc-2.oracle.us.com:8080/portal-bin
Parameter: trusted_domain
Description: Allows any computer on a particular domain to send IVR requests to lexacal.fcgi. Requests coming from any other domains will be refused. Only one domain can be set for this parameter.
Example: trusted_domain=us.oracle.com