diff options
Diffstat (limited to 'test/data/icalendar/import-multiple-vcalendars.ics')
| -rw-r--r-- | test/data/icalendar/import-multiple-vcalendars.ics | 21 |
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 @@ | |||
| 1 | BEGIN:VCALENDAR | ||
| 2 | PRODID:-//Emacs//NONSGML icalendar.el//EN | ||
| 3 | VERSION:2.0 | ||
| 4 | BEGIN:VEVENT | ||
| 5 | DTSTART;VALUE=DATE:20110723 | ||
| 6 | SUMMARY:event-1 | ||
| 7 | END:VEVENT | ||
| 8 | BEGIN:VEVENT | ||
| 9 | DTSTART;VALUE=DATE:20110724 | ||
| 10 | SUMMARY:event-2 | ||
| 11 | END:VEVENT | ||
| 12 | BEGIN:VEVENT | ||
| 13 | DTSTART;VALUE=DATE:20110725 | ||
| 14 | SUMMARY:event-3a | ||
| 15 | END:VEVENT | ||
| 16 | BEGIN:VEVENT | ||
| 17 | DTSTART;VALUE=DATE:20110725 | ||
| 18 | SUMMARY:event-3b | ||
| 19 | END:VEVENT | ||
| 20 | END:VCALENDAR | ||
| 21 | |||