aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/icalendar/import-multiple-vcalendars.ics
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/icalendar/import-multiple-vcalendars.ics')
-rw-r--r--test/data/icalendar/import-multiple-vcalendars.ics21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/data/icalendar/import-multiple-vcalendars.ics b/test/data/icalendar/import-multiple-vcalendars.ics
new file mode 100644
index 00000000000..69a02c09b1b
--- /dev/null
+++ b/test/data/icalendar/import-multiple-vcalendars.ics
@@ -0,0 +1,21 @@
1BEGIN:VCALENDAR
2PRODID:-//Emacs//NONSGML icalendar.el//EN
3VERSION:2.0
4BEGIN:VEVENT
5DTSTART;VALUE=DATE:20110723
6SUMMARY:event-1
7END:VEVENT
8BEGIN:VEVENT
9DTSTART;VALUE=DATE:20110724
10SUMMARY:event-2
11END:VEVENT
12BEGIN:VEVENT
13DTSTART;VALUE=DATE:20110725
14SUMMARY:event-3a
15END:VEVENT
16BEGIN:VEVENT
17DTSTART;VALUE=DATE:20110725
18SUMMARY:event-3b
19END:VEVENT
20END:VCALENDAR
21