harvesterplugins/calendar/inc/ccalendarplugin.h
changeset 11 773be20e0a25
parent 0 ccd0fd43f247
child 15 df6898e696c6
equal deleted inserted replaced
7:51d10d255e92 11:773be20e0a25
    38 _LIT(KCalendarSummaryField, "Summary");
    38 _LIT(KCalendarSummaryField, "Summary");
    39 _LIT(KCalendarDescriptionField, "Description");
    39 _LIT(KCalendarDescriptionField, "Description");
    40 _LIT(KCalendarLocationField, "Location");
    40 _LIT(KCalendarLocationField, "Location");
    41 _LIT(KCalendarStartTimeField, "StartTime");
    41 _LIT(KCalendarStartTimeField, "StartTime");
    42 _LIT(KCalendarEndTimeField, "EndTime");
    42 _LIT(KCalendarEndTimeField, "EndTime");
       
    43 _LIT(KCalenderCompletedField, "CompletedDate");
    43 _LIT(KCalendarAttendeesField, "Attendees");
    44 _LIT(KCalendarAttendeesField, "Attendees");
       
    45 _LIT(KCalendarPriorityField, "Priority");
       
    46 _LIT(KCalendarPriorityHigh, "High");
       
    47 _LIT(KCalendarPriorityMedium, "Normal");
       
    48 _LIT(KCalendarPriorityLow, "Low");
    44 
    49 
    45 class CCalendarPlugin : public CIndexingPlugin, public MDelayedCallbackObserver, public MCalProgressCallBack, public MCalChangeCallBack2
    50 class CCalendarPlugin : public CIndexingPlugin, public MDelayedCallbackObserver, public MCalProgressCallBack, public MCalChangeCallBack2
    46 {
    51 {
    47 public: // Constructors and destructor
    52 public: // Constructors and destructor
    48 	
    53