pimappservices/calendar/tsrc/TestCalIndexFile/testdata/openindextest.ini
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 // The string in the config file for the entry has one of the following 
       
     2 // formats:
       
     3 //    (1)  type;starttime;endtime;summary;description;location;method
       
     4 //    (2)  type;starttime;endtime;summary;description;location;method;repeating;rpttype;rptnum
       
     5 // where
       
     6 //	type is a string that fits with one of the entry types
       
     7 //      starttime, endtime are a TDateTime string
       
     8 //	summary, description, location is any string
       
     9 //	method is a string that fits with one of the method types
       
    10 //      repeating is a bool string
       
    11 //	rpttype is a string that fits with one of the repeat types
       
    12 //      rptnum is an integer string for number of repeats
       
    13 //
       
    14 // Refer to TestCalIndexFileDefs.h for the constants for type, method, and rpttype
       
    15 
       
    16 [test1]
       
    17 drive= C:
       
    18 calendarname = Calendar0
       
    19 indexname = calendar0Idx
       
    20 numentriespresent = 5
       
    21 entry1 = appt;20060819:080000;20060819:090000;Apptcal0;An Appointment;ApptCal0Loc;none;false;
       
    22 entry2 = todo;20060823:230000;20060823:230000;ToDoCal0;Better Do It;officeCal0;none;false;
       
    23 entry3 = event;20060822:070000;20060822:160000;EventCal0;An Event;EventCal0Loc;none;false;
       
    24 entry4 = reminder;20060821:220000;20060821:220000;Remindercal0;Do not forget;none;none;false;
       
    25 entry5 = anniv;20060818:090000;20060818:090000;AnnCal0;You Got Hitched;ChapelCal0;none;false;
       
    26 
       
    27 [test2]
       
    28 drive  = C:
       
    29 calendarname = Calendar1
       
    30 indexname = calendar1Idx
       
    31 numentriespresent = 5
       
    32 entry1 = appt;20060819:080000;20060819:090000;ApptCal1;An Appointment;ApptCal1Loc;none;true;weekly;5;
       
    33 entry2 = todo;20060823:230000;20060823:230000;ToDoCal1;Better Do It;officeCal1;none;true;weekly;5;
       
    34 entry3 = event;20060822:070000;20060822:160000;EventCal1;An Event;EventCal1Loc;none;true;weekly;5;
       
    35 entry4 = reminder;20060821:220000;20060821:220000;ReminderCal1;Do not forget;none;none;true;weekly;5;
       
    36 entry5 = anniv;20060818:090000;20060818:090000;AnnCal1;You Got Hitched;ChapelCal1;none;true;yearly;0;
       
    37 
       
    38 [test3]
       
    39 drive  = C:
       
    40 calendarname = Calendar2
       
    41 indexname = calendar2Idx
       
    42 numentriespresent = 5
       
    43 entry1 = appt;20060819:080000;20060819:090000;ApptCal2_1;An Appointment;ApptCal2Loc_1;none;true;daily;0;
       
    44 entry2 = appt;20060818:100000;20060818:103000;ApptCal2_2;An Appointment;ApptCal2Loc_2;none;true;daily;0;
       
    45 entry3 = appt;20060820:130000;20060820:140000;ApptCal2_3;An Appointment;ApptCal2Loc_3;none;true;daily;0;
       
    46 entry4 = appt;20060821:170000;20060821:180000;ApptCal2_4;An Appointment;ApptCal2Loc_4;none;true;daily;0;
       
    47 entry5 = appt;20060822:210000;20060822:220000;ApptCal2_5;An Appointment;ApptCal2Loc_5;none;true;daily;0;
       
    48 
       
    49 
       
    50 
       
    51