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/two-events-without-exceptions.ics')
-rw-r--r--src/androidTest/resources/events/two-events-without-exceptions.ics17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/androidTest/resources/events/two-events-without-exceptions.ics b/src/androidTest/resources/events/two-events-without-exceptions.ics
new file mode 100644
index 0000000..be6290f
--- /dev/null
+++ b/src/androidTest/resources/events/two-events-without-exceptions.ics
@@ -0,0 +1,17 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+BEGIN:VEVENT
+UID:event1
+DTSTAMP:20150826T132300Z
+SUMMARY:Event 1
+DTSTART:20131009T170000T
+DTEND:20131009T180000T
+END:VEVENT
+BEGIN:VEVENT
+UID:event2
+DTSTAMP:20150826T132300Z
+SUMMARY:Event 2
+DTSTART:20131009T180000T
+DTEND:20131009T190000T
+END:VEVENT
+END:VCALENDAR