diff options
author | Seth Alves <alves@src.gnome.org> | 2000-02-21 21:19:27 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-02-21 21:19:27 +0800 |
commit | c69d6adfcd4b6ef04cae78c87f2328b8debb13bb (patch) | |
tree | 91c18a6554bdff1ab9130a99347a7b2aa0d4a6a3 /libical/src/test | |
parent | 32be31b6d6ffdf7e716e3769eb05f1ae204681fb (diff) | |
download | gsoc2013-evolution-c69d6adfcd4b6ef04cae78c87f2328b8debb13bb.tar gsoc2013-evolution-c69d6adfcd4b6ef04cae78c87f2328b8debb13bb.tar.gz gsoc2013-evolution-c69d6adfcd4b6ef04cae78c87f2328b8debb13bb.tar.bz2 gsoc2013-evolution-c69d6adfcd4b6ef04cae78c87f2328b8debb13bb.tar.lz gsoc2013-evolution-c69d6adfcd4b6ef04cae78c87f2328b8debb13bb.tar.xz gsoc2013-evolution-c69d6adfcd4b6ef04cae78c87f2328b8debb13bb.tar.zst gsoc2013-evolution-c69d6adfcd4b6ef04cae78c87f2328b8debb13bb.zip |
Initial revision
svn path=/trunk/; revision=1877
Diffstat (limited to 'libical/src/test')
-rw-r--r-- | libical/src/test/test-component.icd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/libical/src/test/test-component.icd b/libical/src/test/test-component.icd new file mode 100644 index 0000000000..3fe2995a83 --- /dev/null +++ b/libical/src/test/test-component.icd @@ -0,0 +1,23 @@ +BEGIN:VCALENDAR +X-LIC-CLUSTERCOUNT + :0 +DTSTART + :00000000T000000 +DTEND + :00000000T000000 +BEGIN:VCALENDAR +PRODID:-//RDU Software//NONSGML HandCal//EN +METHOD:REPLY +VERSION:2.0 +BEGIN:VEVENT +ORGANIZER:Mailto:A@example.com +ATTENDEE:Mailto:B@example.com +REQUEST-STATUS:2.8;Repeating event ignored. Scheduled as a single + event;RRULE +REQUEST-STATUS:3.0;Invalid Property Name;FOO +UID:guid-1@host1.com +SEQUENCE:0 +DTSTAMP:19970603T094000Z +END:VEVENT +END:VCALENDAR +END:VCALENDAR |