Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/ical4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/androidTest/resources/events/recurring-with-exception1.ics')
-rw-r--r--src/androidTest/resources/events/recurring-with-exception1.ics17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/androidTest/resources/events/recurring-with-exception1.ics b/src/androidTest/resources/events/recurring-with-exception1.ics
new file mode 100644
index 0000000..0382497
--- /dev/null
+++ b/src/androidTest/resources/events/recurring-with-exception1.ics
@@ -0,0 +1,17 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+BEGIN:VEVENT
+UID:fcb42e4d-bc6e-4499-97f0-6616a02da7bc
+SUMMARY:Recurring event with one exception
+RRULE:FREQ=DAILY;COUNT=5
+DTSTART;VALUE=DATE:20150501
+DTEND;VALUE=DATE:20150502
+END:VEVENT
+BEGIN:VEVENT
+UID:fcb42e4d-bc6e-4499-97f0-6616a02da7bc
+RECURRENCE-ID;VALUE=DATE:20150503
+DTSTART;VALUE=DATE:20150503
+DTEND;VALUE=DATE:20150504
+SUMMARY:Another summary for the third day
+END:VEVENT
+END:VCALENDAR \ No newline at end of file