]> err.no Git - sope/commitdiff
added a simple test file
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 29 Mar 2007 23:29:57 +0000 (23:29 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 29 Mar 2007 23:29:57 +0000 (23:29 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1469 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-ical/data/inv-simple1.vcf [new file with mode: 0644]
sope-ical/samples/README

diff --git a/sope-ical/data/inv-simple1.vcf b/sope-ical/data/inv-simple1.vcf
new file mode 100644 (file)
index 0000000..6c00249
--- /dev/null
@@ -0,0 +1,6 @@
+BEGIN:VCARD
+VERSION:3.0
+N:A;B;C;;
+FN: A B
+END:VCARD
+
index 6b22a35db987b6df811591dd15deb181f9b0be83..f15d060d184cfe37d0a3a158255318f084edfa02 100644 (file)
@@ -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 <rrule> <startdate> <enddate> <cycleend>
+  ievalrrule \
+    'FREQ=MONTHLY;UNTIL=20100131;BYDAY=-1WE' \
+    '20070101 11:00' '20070101 12:00' '20100131'