From 641f03b83892eb408df84128e0f7371612b83ede Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 29 Mar 2007 23:29:57 +0000 Subject: [PATCH] added a simple test file git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1469 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-ical/data/inv-simple1.vcf | 6 ++++++ sope-ical/samples/README | 19 +++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 sope-ical/data/inv-simple1.vcf diff --git a/sope-ical/data/inv-simple1.vcf b/sope-ical/data/inv-simple1.vcf new file mode 100644 index 00000000..6c002494 --- /dev/null +++ b/sope-ical/data/inv-simple1.vcf @@ -0,0 +1,6 @@ +BEGIN:VCARD +VERSION:3.0 +N:A;B;C;; +FN: A B +END:VCARD + diff --git a/sope-ical/samples/README b/sope-ical/samples/README index 6b22a35d..f15d060d 100644 --- a/sope-ical/samples/README +++ b/sope-ical/samples/README @@ -5,5 +5,20 @@ This directory contains sample programs for the sope-ical libraries. Tools ===== -ical2 - uses SaxObjectDecoder with NGiCal.xmap -ical3 - uses iCalDataSource to run queries on iCal files +icalparsetest +[args] - files to process + +icalds - test iCalDataSource object and run a query on it +[args] - files to process +-entity +-qualifier +-sort + +vcf2xml +vcfparsetest + +ievalrrule + ievalrrule + ievalrrule \ + 'FREQ=MONTHLY;UNTIL=20100131;BYDAY=-1WE' \ + '20070101 11:00' '20070101 12:00' '20100131' -- 2.39.2