CCalEntryView Class Reference
#include
<app/calentryview.h>
class CCalEntryView : public CBase |
Detailed Description
View class for accessing calendar entries.
Once a session to a calendar file has been created, a view to the session can be created.
This view can be used to fetch, store and delete entries.
Constructor & Destructor Documentation
Member Function Documentation
DeleteL ( const CDesC8Array & )
DeleteL ( const CCalEntry & )
IMPORT_C void | DeleteL | ( | const CCalEntry & | aCalEntry | ) | |
DeleteL ( const CalCommon::TCalTimeRange &, CalCommon::TCalViewFilter, MCalProgressCallBack & )
DeleteL ( const RArray< TCalLocalUid > &, TInt & )
FetchL ( const TDesC8 &, RPointerArray< CCalEntry > & )
GetIdsModifiedSinceDateL ( const TCalTime &, RArray< TCalLocalUid > & )
NewL ( CCalSession &, MCalProgressCallBack & )
StoreL ( const RPointerArray< CCalEntry > &, TInt & )
UpdateL ( const RPointerArray< CCalEntry > &, TInt & )