annotate plugins/libcalendaring/tests/resources/invalid-event.ics @ 4:888e774ee983

libcalendar plugin as distributed
author Charlie Root
date Sat, 13 Jan 2018 08:57:56 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 BEGIN:VCALENDAR
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 VERSION:2.0
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3 PRODID:-//Apple Inc.//iCal 5.0.3//EN
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 CALSCALE:GREGORIAN
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5 BEGIN:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 CREATED:20130917T000000Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 LAST-MODIFIED:20130755
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 UID:C968B885-08FB-40E5-B89E-6FA05F26AACC
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 TRANSP:TRANSPARENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 SUMMARY:Event with no end date nor duration
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 DTSTART;VALUE=DATE-TIME:20131001T120000Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 SEQUENCE:2
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 END:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 END:VCALENDAR