diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-335A4B77-20C4-52B9-88AA-58540269E321.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-335A4B77-20C4-52B9-88AA-58540269E321.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,15 @@ + + + + + +Connecting to the Calendar Server

A client can connect to the Calendar server using an already existing CCalSession. The CCalSession objects can then share the same connection to the server.

You must create a session with the Calendar Server using CCalSession::NewL() before accessing a calendar entry. This provides a handle to the calendar file and connects you to the Calendar Server.

// Create a session with the Calendar Server from an existing session +CCalSession* CCalSession::NewL(CCalSession& aSessionShared);

You use the same session handle to create other Calendar API objects, such as entry view, category, data exchange, iterator and observers.

The Calendar Server object lets you perform the following functions:

\ No newline at end of file