Location:
calentry.h
Link against: calinterimapi.lib
class CCalEntryId : public CBase;
Description
Class representing a uniquely identifiable calendar entry in a calendar file.
Derivation
CBase - Base class for all classes to be instantiated on the heap
CCalEntryId - Class representing a uniquely identifiable calendar entry in a calendar file
Members
Defined in CCalEntryId:
IdL(), InstanceTimeL(), LocalUidL(), NewL(), RecurrenceIdL(), StoreFileNameL()
Inherited from CBase:
Delete(),
Extension_(),
operator new()
static IMPORT_C 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
IMPORT_C TPtrC StoreFileNameL();
Description
Stores the name of the file
Return value
TPtrC
|
Pointer to the name of the file
|
|
IMPORT_C TCalTime RecurrenceIdL();
Description
Fetches the recurrence ID of the entry
Return value
IMPORT_C TCalTime InstanceTimeL() const;
Description
Fetches the instance time of the entry
Return value
TCalTime
|
Pointer to the instance time of the entry
|
|
IMPORT_C TCalLocalUid LocalUidL() const;
Description
Fetches the local ID of the entry
Return value
TCalLocalUid
|
Pointer to the local ID of the entry
|
|