aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/icalendar/import-rrule-count-monthly.ics
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/icalendar/import-rrule-count-monthly.ics')
-rw-r--r--test/data/icalendar/import-rrule-count-monthly.ics11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/data/icalendar/import-rrule-count-monthly.ics b/test/data/icalendar/import-rrule-count-monthly.ics
new file mode 100644
index 00000000000..3391ca24252
--- /dev/null
+++ b/test/data/icalendar/import-rrule-count-monthly.ics
@@ -0,0 +1,11 @@
1BEGIN:VCALENDAR
2PRODID:-//Emacs//NONSGML icalendar.el//EN
3VERSION:2.0
4BEGIN:VEVENT
5SUMMARY:rrule count monthly
6DTSTART;VALUE=DATE-TIME:20030919T090000
7DTEND;VALUE=DATE-TIME:20030919T113000
8RRULE:FREQ=MONTHLY;INTERVAL=1;COUNT=5
9END:VEVENT
10END:VCALENDAR
11