--- a/pimappservices/calendar/inc/calentry.h Tue Feb 02 10:12:19 2010 +0200
+++ b/pimappservices/calendar/inc/calentry.h Fri Apr 16 14:57:40 2010 +0300
@@ -67,7 +67,7 @@
class CCalEntryIdImpl;
/** Class representing a calendar entry. This can be an appointment, to-do
-item, reminder, event or anniversary.
+item, reminder, event, anniversary, note.
CCalEntry contains information about a calendar entry, including
a repeat definition, synchronisation information, and group scheduling data.
@@ -99,7 +99,9 @@
/** A reminder, which has a start time only. */
EReminder,
/** An anniversary, which has a start time and end time. */
- EAnniv
+ EAnniv,
+ /** A text note which has description */
+ ENote
};
/** Defines the possible status values of the entry.
@@ -317,7 +319,10 @@
IMPORT_C TCalTime PreviousInstanceForLocalUIDL(const TCalTime& aTime) const;
IMPORT_C TCalTime FindRptUntilTimeL(TInt aCount);
-
+
+ IMPORT_C void SetFavouriteL(TUint32 aFavourite);
+ IMPORT_C TUint32 FavouriteL();
+
public:
// Internal APIs
static CCalEntry* NewL(CCalEntryImpl* aImpl);