// The string in the config file for the entry has one of the following
// formats:
// (1) type;starttime;endtime;summary;description;location;method
// (2) type;starttime;endtime;summary;description;location;method;repeating;rpttype;rptnum
// where
// type is a string that fits with one of the entry types
// starttime, endtime are a TDateTime string
// summary, description, location is any string
// method is a string that fits with one of the method types
// repeating is a bool string
// rpttype is a string that fits with one of the repeat types
// rptnum is an integer string for number of repeats
//
// Refer to TestCalIndexFileDefs.h for the constants for type, method, and rpttype
[test1]
drive= C:
calendarname = Calendar0
indexname = calendar0Idx
numentriespresent = 5
entry1 = appt;20060819:080000;20060819:090000;Apptcal0;An Appointment;ApptCal0Loc;none;false;
entry2 = todo;20060823:230000;20060823:230000;ToDoCal0;Better Do It;officeCal0;none;false;
entry3 = event;20060822:070000;20060822:160000;EventCal0;An Event;EventCal0Loc;none;false;
entry4 = reminder;20060821:220000;20060821:220000;Remindercal0;Do not forget;none;none;false;
entry5 = anniv;20060818:090000;20060818:090000;AnnCal0;You Got Hitched;ChapelCal0;none;false;
entrytoadd = appt;20061019:070000;20061019:080000;Apptcal0;An Appointment;ApptCal0Loc;none;false;
[test1a]
drive = C:
calendarname = Calendar1
indexname = calendar1Idx
numentriespresent = 5
entry1 = appt;20060819:080000;20060819:090000;ApptCal1;An Appointment;ApptCal1Loc;none;true;weekly;5;
entry2 = todo;20060823:230000;20060823:230000;ToDoCal1;Better Do It;officeCal1;none;true;weekly;5;
entry3 = event;20060822:070000;20060822:160000;EventCal1;An Event;EventCal1Loc;none;true;weekly;5;
entry4 = reminder;20060821:220000;20060821:220000;ReminderCal1;Do not forget;none;none;true;weekly;5;
entry5 = anniv;20060818:090000;20060818:090000;AnnCal1;You Got Hitched;ChapelCal1;none;true;yearly;0;
[test1b]
drive = C:
calendarname = Calendar2
indexname = calendar2Idx
numentriespresent = 5
entry1 = appt;20060819:080000;20060819:090000;ApptCal2_1;An Appointment;ApptCal2Loc_1;none;true;daily;0;
entry2 = appt;20060818:100000;20060818:103000;ApptCal2_2;An Appointment;ApptCal2Loc_2;none;true;daily;0;
entry3 = appt;20060820:130000;20060820:140000;ApptCal2_3;An Appointment;ApptCal2Loc_3;none;true;daily;0;
entry4 = appt;20060821:170000;20060821:180000;ApptCal2_4;An Appointment;ApptCal2Loc_4;none;true;daily;0;
entry5 = appt;20060822:210000;20060822:220000;ApptCal2_5;An Appointment;ApptCal2Loc_5;none;true;daily;0;
[test2]
drive= C:
calendarname = Calendar0
indexname = calendar0Idx
numentriespresent = 5
entry1 = appt;20060819:080000;20060819:090000;Apptcal0;An Appointment;ApptCal0Loc;none;false;
entry2 = todo;20060823:230000;20060823:230000;ToDoCal0;Better Do It;officeCal0;none;false;
entry3 = event;20060822:070000;20060822:160000;EventCal0;An Event;EventCal0Loc;none;false;
entry4 = reminder;20060821:220000;20060821:220000;Remindercal0;Do not forget;none;none;false;
entry5 = anniv;20060818:090000;20060818:090000;AnnCal0;You Got Hitched;ChapelCal0;none;false;
entrynumtodelete = 2
entrytodelete = todo;20060823:230000;20060823:230000;ToDoCal0;Better Do It;officeCal0;none;false;
[test3]
drive= C:
calendarname = Calendar0
indexname = calendar0Idx
numentriespresent = 5
entry1 = appt;20060819:080000;20060819:090000;Apptcal0;An Appointment;ApptCal0Loc;none;false;
entry2 = todo;20060823:230000;20060823:230000;ToDoCal0;Better Do It;officeCal0;none;false;
entry3 = event;20060822:070000;20060822:160000;EventCal0;An Event;EventCal0Loc;none;false;
entry4 = reminder;20060821:220000;20060821:220000;Remindercal0;Do not forget;none;none;false;
entry5 = anniv;20060818:090000;20060818:090000;AnnCal0;You Got Hitched;ChapelCal0;none;false;
entrynumtomodify = 3
entrytomodify = event;20060822:070000;20060822:160000;EventCal0;An Event;EventCal0Loc;none;false;
[test4]
drive= C:
calendarname = Calendar0
indexname = calendar0Idx
numentriespresent = 5
entry1 = appt;20060819:080000;20060819:090000;Apptcal0;An Appointment;ApptCal0Loc;none;false;
entry2 = todo;20060823:230000;20060823:230000;ToDoCal0;Better Do It;officeCal0;none;false;
entry3 = event;20060822:070000;20060822:160000;EventCal0;An Event;EventCal0Loc;none;false;
entry4 = reminder;20060821:220000;20060821:220000;Remindercal0;Do not forget;none;none;false;
entry5 = anniv;20060818:090000;20060818:090000;AnnCal0;You Got Hitched;ChapelCal0;none;false;
[test5]
drive= C:
calendarname = Calendar0
indexname = calendar0Idx
entrytoadd = appt;20061019:070000;20061019:080000;Apptcal0;An Appointment;ApptCal0Loc;none;false;
[test6]
drive= C:
calendarname = Calendar1
indexname = calendar1Idx