Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <calentry.h>

Class CCalEntryId

class CCalEntryId : public CBase;

Description

Class representing a uniquely identifiable calendar entry in a calendar file.

Derivation

Members

Defined in CCalEntryId:

Inherited from CBase:


Construction and destruction


NewL(TDesC8 *)

Capability: Illegal

IMPORT_C static CCalEntryId* NewL(TDesC8 *aFlatData);

Description

Allocates and constructs IDs for new entry of the specified type.

Parameters

TDesC8 *aFlatData

Pointer to the alarm data

Return value

CCalEntryId *

Pointer to the new entry ID.


NewL(TDesC8 *)

Capability: Illegal

IMPORT_C static CCalEntryId* NewL(TDesC8 *aFlatData);

Description

Parameters

TDesC8 *aFlatData

Return value

CCalEntryId *


~CCalEntryId()

IMPORT_C ~CCalEntryId();

Description

[Top]


Member functions


IdL()

Capability: Illegal

IMPORT_C TPtrC8 IdL();

Description

Fetches the entry's ID

Return value

TPtrC8

Id of the entry


StoreFileNameL()

Capability: Illegal

IMPORT_C TPtrC StoreFileNameL();

Description

Stores the name of the file

Return value

TPtrC16

Pointer to the name of the file


RecurrenceIdL()

Capability: Illegal

IMPORT_C TCalTime RecurrenceIdL();

Description

Fetches the recurrence ID of the entry

Return value

TCalTime

Pointer to the recurrence ID


InstanceTimeL()const

Capability: Illegal

IMPORT_C TCalTime InstanceTimeL() const;

Description

Fetches the instance time of the entry

Return value

TCalTime

Pointer to the instance time of the entry


LocalUidL()const

Capability: Illegal

IMPORT_C TCalLocalUid LocalUidL() const;

Description

Fetches the local ID of the entry

Return value

TCalLocalUid

Pointer to the local ID of the entry


IdL()

Capability: Illegal

IMPORT_C TPtrC8 IdL();

Description

Return value

TPtrC8


StoreFileNameL()

Capability: Illegal

IMPORT_C TPtrC StoreFileNameL();

Description

Return value

TPtrC16


RecurrenceIdL()

Capability: Illegal

IMPORT_C TCalTime RecurrenceIdL();

Description

Return value

TCalTime


InstanceTimeL()const

Capability: Illegal

IMPORT_C TCalTime InstanceTimeL() const;

Description

Return value

TCalTime


LocalUidL()const

Capability: Illegal

IMPORT_C TCalLocalUid LocalUidL() const;

Description

Return value

TCalLocalUid