diff options
Diffstat (limited to 'test/data/icalendar/import-duration.ics')
| -rw-r--r-- | test/data/icalendar/import-duration.ics | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/data/icalendar/import-duration.ics b/test/data/icalendar/import-duration.ics new file mode 100644 index 00000000000..67f5c73571b --- /dev/null +++ b/test/data/icalendar/import-duration.ics | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | BEGIN:VCALENDAR | ||
| 2 | PRODID:-//Emacs//NONSGML icalendar.el//EN | ||
| 3 | VERSION:2.0 | ||
| 4 | BEGIN:VEVENT | ||
| 5 | DTSTART;VALUE=DATE:20050217 | ||
| 6 | SUMMARY:duration | ||
| 7 | DURATION:P7D | ||
| 8 | END:VEVENT | ||
| 9 | END:VCALENDAR | ||
| 10 | |||