diff options
Diffstat (limited to 'libical/src/test/test-component.icd')
-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 |