8 Managing Calendar Events
Always use Fusion Middleware Control or the WLST command-line tool to review and configure back-end services for WebCenter Portal. Any configuration changes that you make, post deployment, are stored in the MDS metadata store as customizations.
Note:
Configuration changes for events, through Fusion Middleware Control or using WLST, are not dynamic, so you must restart the managed server on which WebCenter Portal is deployed for your changes to take effect.
Permissions:
To perform the tasks in this chapter, you must be granted the WebLogic Server Admin
role through the Oracle WebLogic Server Administration Console and the Administrator
role granted through WebCenter Portal Administration.
For more information about roles and permissions, see Understanding Administrative Operations, Roles, and Tools.
For troubleshooting, see Troubleshooting Issues with Events.
About Events Connections
In WebCenter Portal, events provides portal calendars that you can use to schedule meetings, appointments, and any other type of team, project, or group occasion. Events also enables you to access your personal Microsoft Exchange calendar, where you can schedule events that are not related to a particular portal.
Personal calendars are available through a Microsoft Exchange Server; therefore, a connection to that server is required. You can register the Microsoft Exchange Server connection through the Fusion Middleware Control Console or using WLST.
You must mark a connection as active for events to work. You can register additional Microsoft Exchange Server connections, but only one connection is active at a time.
To view personal events in WebCenter Portal, users must have an account on the Microsoft Exchange Server.
Configuring Personal Events for WebCenter Portal
Use the roadmaps in this section as a guide through the configuration process for providing access to personal events:
The flow chart (Figure 8-1) and table (Table 8-1) in this section provide an overview of the prerequisites and tasks required for personal events to work in WebCenter Portal.
Figure 8-1 Configuring Personal Events for WebCenter Portal

Description of "Figure 8-1 Configuring Personal Events for WebCenter Portal"
Table 8-1 Configuring the Personal Events for WebCenter Portal
Actor | Task | Subtask | Link |
---|---|---|---|
Administrator |
1. Install WebCenter Portal |
See About Oracle WebCenter Portal Installation in Installing and Configuring Oracle WebCenter Portal |
|
Administrator |
2.Install and configure Microsoft Exchange Server release 2013 or 2010.
|
2.a Configure MS Exchange Server 2013 2.b Edit security settings 2.c Ensure SSL is enabled |
|
Administrator |
|
2.a Configure MS Exchange Server 2010 2.b Edit security settings 2.c Ensure SSL is enabled |
|
Administrator |
3. Configure a connection between WebCenter Portal and the events server using either Fusion Middleware Control or WLST |
||
End User |
4. Test that the personal calendar is working in WebCenter Portal |
3.a Log in to WebCenter Portal and add an Events task flow to a page in your Home portal 3.b Click Login to Personal Calendar on the Events task flow and enter your Microsoft Exchange Server login credentials |
In Building Portals with Oracle WebCenter Portal, see: |
Events Prerequisites for Personal Events
This section includes the following subsections:
Microsoft Exchange Server 2013 Prerequisites
This section describes the Microsoft Exchange Server 2013 prerequisites when used as the server for personal events.
This section includes the following subsections:
Microsoft Exchange Server 2013 - Installation
Refer to the Microsoft Exchange Server 2013 documentation for installation information.
Microsoft Exchange Server 2013 - Configuration
To use Microsoft Exchange Server 2013 as the server for personal events, you must edit the Microsoft Exchange Server 2013 web service WSDL to specify the location of the web service.
To specify the location of the Microsoft Exchange Server 2013 web service:
Microsoft Exchange Server 2013 - Security Considerations
Events includes a Microsoft Exchange Server 2013 adapter that communicates with the Microsoft Exchange Server 2013 generic web service through a JAX-WS proxy. To set up the communication between the adapter and the web service, you must edit the Microsoft Exchange Server security settings. You must enable Basic authentication. Further, you must enable anonymous access to Services.wsdl
, Messages.xsd
, and Types.xsd
so that JAX-WS can access them to create the service port before committing any web service call. This involves creating a virtual directory and enabling anonymous authentication and disabling Windows authentication.
To edit Microsoft Exchange Server security settings:
Events uses Basic Authentication to communicate with the Microsoft Exchange Server. To secure the communication, ensure that SSL is enabled. For more information, see:
You must also ensure that the SSLAlwaysNegoClientCert
property is set to true
in IIS. The SSLAlwaysNegoClientCert
property controls SSL client connection negotiations.
For example, use the following command to set the SSLAlwaysNegoClientCert
property:
CScript.exe adsutil.vbs SET w3svc/1/SSLAlwaysNegoClientCert true
For more information about the SSLAlwaysNegoClientCert
property, see:
For information about setting the SSLAlwaysNegoClientCert property, see:
Microsoft Exchange Server 2010 Prerequisites
This section describes the Microsoft Exchange Server 2010 prerequisites when used as the server for personal events.
This section includes the following subsections:
Microsoft Exchange Server 2010 - Installation
Refer to the Microsoft Exchange Server 2010 documentation for installation information.
Microsoft Exchange Server 2010 - Configuration
To use Microsoft Exchange Server 2010 as the server for personal events, you must edit the Microsoft Exchange Server 2010 web service WSDL to specify the location of the web service.
To specify the location of the Microsoft Exchange Server 2010 web service:
Microsoft Exchange Server 2010 - Security Considerations
Events includes a Microsoft Exchange Server 2010 adapter that communicates with the Microsoft Exchange Server 2010 generic web service through a JAX-WS proxy. To set up the communication between the adapter and the web service, you must edit the Microsoft Exchange Server security settings. You must enable Basic authentication. Further, you must enable anonymous access to Services.wsdl
, Messages.xsd
, and Types.xsd
so that JAX-WS can access them to create the service port before committing any web service call. This involves creating a virtual directory and enabling anonymous authentication and disabling Windows authentication.
To edit Microsoft Exchange Server security settings:
Events uses Basic Authentication to communicate with the Microsoft Exchange Server. To secure the communication, you must enable SSL. For more information, see:
You must also ensure that the SSLAlwaysNegoClientCert
property is set to true
in IIS. The SSLAlwaysNegoClientCert
property controls SSL client connection negotiations.
For example, use the following command to set the SSLAlwaysNegoClientCert
property:
CScript.exe adsutil.vbs SET w3svc/1/SSLAlwaysNegoClientCert true
For more information about the SSLAlwaysNegoClientCert
property, see:
Registering Events Servers
You can register multiple events servers for WebCenter Portal, but only one is active at a single time.
To start using a new (active) connection you must restart the managed server on which the application is deployed.
This section includes the following topics:
Registering Event Servers Using WLST
Use the WLST command createPersonalEventConnection
to create an events server connection. Use setPersonalEventConnection
to alter an existing connection. For command syntax and examples, see createPersonalEventConnection and setPersonalEventConnection in WebCenter WLST Command Reference
Reference.
Note:
To start using the new (active) connection you must restart the managed server on which WebCenter Portal is deployed.
Choosing the Active Events Server Connection
You can register multiple events server connections with WebCenter Portal, but only one connection is active at a time.
This section includes the following topics:
Choosing the Active Events Server Connection Using WLST
Use the WLST command setPersonalEventConnection
with default=true
to activate an existing events server connection. For command syntax and examples, see setPersonalEventConnection in WLST Command Reference for WebLogic Server.
To subsequently disable an events connection, run the same WLST command with default=false
. Connection details are retained but the connection is no longer named as an active connection.
Note:
To start using the active connection you must restart the managed server on which WebCenter Portal is deployed.
Modifying Events Server Connection Details
You can modify events server connection details at any time.
To start using the updated (active) connection you must restart the managed server on which WebCenter Portal is deployed.
This section includes the following subsections:
Modifying Events Server Connection Details Using Fusion Middleware Control
To update connection details for an events server:
Modifying Events Server Connection Details Using WLST
Use the WLST command setPersonalEventConnection
to edit an existing events server connection. For command syntax and examples, see setPersonalEventConnection in WebCenter WLST Command Reference
Reference .
Note:
To start using the updated (active) connection you must restart the managed server on which WebCenter Portal is deployed.
Deleting Event Server Connections
You can delete events server connections at any time, but use caution when deleting the active connection. If you delete the active connection, users cannot create events in their personal calendar.
This section includes the following subsections:
Deleting Event Server Connections Using Fusion Middleware Control
To delete an events server connection:
Deleting Event Server Connections Using WLST
Use the WLST command deleteConnection
to remove an events server connection. For command syntax and examples, see deleteConnection in WebCenter WLST Command Reference
Reference.
Note:
To effect this change you must restart the managed server on which WebCenter Portal is deployed.