pimappservices/calendar/inc/calentry.h
branchRCL_3
changeset 29 12af337248b1
parent 0 f979ecb2b13e
child 30 bd7edf625bdd
--- a/pimappservices/calendar/inc/calentry.h	Thu Aug 19 09:53:43 2010 +0300
+++ b/pimappservices/calendar/inc/calentry.h	Tue Aug 31 15:13:43 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);