Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Agenda Server Client Side Overview


Purpose

The client side interface to the agenda server. The agenda server manages access to agenda files by one or more clients. Although it is possible for applications to avoid using the server so that agenda data is accessed directly, it is recommended that the server is always used.

[Top]


Architectural relationships

The Agenda Server Client Side API uses the Agenda Model Utilities API to represent dates and times. It is used by the Agenda File API to allow shared access to the agenda file by more than one client.

[Top]


Description

RAgendaServ is the client-side class, derived from RSessionBase. It is used as follows:

[Top]


See also

Agenda File Overview

Agenda Model Utilities Overview