// // The following date fields must be in YYYY/MM/DD order. // Use two digit (zero fill) MM and DD values. // Second parameter of AddTheDate: H for Holiday, or X for Holiday/Sunday and event // First Parameter of AddDescription/AddTheEmail: Identing level // AddRevision("02 July 2008 by AA6VH"); //Examples: //AddTheDate("2007/11/03"); //AddTheDate("2007/11/04","X"); // if multiple day event, list all days //AddTheDateStr("Saturday-Sunday, November 3-4, 2007"); // Optional Date String (no colon) //AddDescription(1,"This is multiple day event."); //AddDescription(2,"AddDateStr() call is required because being non-standard."); //AddTheEmail(2,"user","domain"); //AddDescription(0,"
Saturday, November 3, 2007:"); // Two events same day //AddDescription(1,"Example for two events occuring on the same day."); //AddDescription(2,"Second event must have explicit date string, as above"); AddTheDate("2008/07/01"); AddDescription(1,"Weekly ACS/ARES Net. Net Control: Area 8"); AddTheDate("2008/07/03",""); AddDescription(1,"Moorpark Fireworks Show, Moorpark."); AddTheEmail(2,"kq6no","arrl.net"); AddTheDate("2008/07/04","H"); AddTheDate("2008/07/07",""); AddDescription(2,"ACS/ARES District Meeting, 7:30pm."); AddTheDate("2008/07/08"); AddDescription(1,"Weekly ACS/ARES Net. Net Control: Area 1"); AddTheDate("2008/07/15"); AddDescription(1,"Weekly ACS/ARES Net. Net Control: Area 2"); AddTheDate("2008/07/22"); AddDescription(1,"Weekly ACS/ARES Net. Net Control: Area 3"); AddTheDate("2008/07/25"); AddTheDate("2008/07/26"); AddTheDateStr("Friday-Saturday, July 25-26, 2008"); AddDescription(1,"Operation Sunrise EMS Drill."); AddTheEmail(2,"aa6vh","arrl.net"); AddTheDate("2008/07/29"); AddDescription(1,"Weekly ACS/ARES Net. Net Control: Area 4"); AddTheDate("2008/08/05",""); AddDescription(1,"Countywide Operational Readiness Test. Net Control: Area 5"); AddTheDate("2008/08/12"); AddDescription(1,"Weekly ACS/ARES Net. Net Control: Area 6"); AddTheDate("2008/08/19"); AddDescription(1,"Weekly ACS/ARES Net. Net Control: Area 7"); AddTheDate("2008/08/26"); AddDescription(1,"Weekly ACS/ARES Net. Net Control: Area 8"); AddTheDate("2008/09/01","H"); AddTheDate("2008/09/08",""); AddDescription(1,"ACS/ARES District Meeting, 7:30pm."); AddTheDate("2008/10/07",""); AddDescription(1,"Countywide Operational Readiness Test."); AddTheDate("2008/10/13","H"); AddTheDate("2008/11/03",""); AddDescription(1,"ACS/ARES District Meeting."); AddTheDate("2008/11/11","X"); AddDescription(1,"Veteran's Day. Net will be held."); AddTheDate("2008/11/13"); AddTheDate("2008/11/14"); AddTheDateStr("Thursday-Friday, November 13-14, 2008"); AddDescription(1,"Golden Guardian Statewide Earthquake Drill"); AddTheEmail(2,"aa6vh","arrl.net"); AddTheDate("2008/11/27","H"); AddTheDate("2008/12/02",""); AddDescription(1,"Countywide Operational Readiness Test."); AddTheDate("2008/12/25","H"); AddTheDate("2009/01/01","H"); AddTheDate("2009/01/12",""); AddDescription(1,"ACS/ARES District Meeting."); AddTheDate("2009/01/19","H"); AddTheDate("2009/02/16","H"); AddTheDate("2009/05/25","H"); AddTheDate("2009/07/04","H"); //AddTheDate("2008/12/31","");