annotate plugins/libcalendaring/tests/resources/multiple.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:VTIMEZONE
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 TZID:Europe/Zurich
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 BEGIN:DAYLIGHT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 TZOFFSETFROM:+0100
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 DTSTART:19810329T020000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 TZNAME:CEST
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 TZOFFSETTO:+0200
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 END:DAYLIGHT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 BEGIN:STANDARD
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15 TZOFFSETFROM:+0200
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 DTSTART:19961027T030000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 TZNAME:CET
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 TZOFFSETTO:+0100
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20 END:STANDARD
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 END:VTIMEZONE
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 BEGIN:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 CREATED:20130530T140406Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 UID:42524DA1-8B43-4CCA-9FDE-1A8F165115C6
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 DTEND;TZID=Europe/Zurich:20130607T230000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 TRANSP:OPAQUE
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 SUMMARY:Depeche Mode
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 LAST-MODIFIED:20130530T140406Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 DTSTAMP:20130530T140413Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 DTSTART;TZID=Europe/Zurich:20130607T180000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 LOCATION:Wankdorf Stadium, Bern
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 SEQUENCE:0
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 BEGIN:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 UID:E5F5C5CB-F17A-4959-A0A2-80D700197425
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 X-WR-ALARMUID:E5F5C5CB-F17A-4959-A0A2-80D700197425
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 DESCRIPTION:Reminder
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 TRIGGER:-PT1H
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 ACTION:DISPLAY
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 END:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40 END:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 BEGIN:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 CREATED:20130718T073555Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 UID:B968B885-08FB-40E5-B89E-6DA05F26AA79
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44 DTEND;VALUE=DATE:20130802
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 TRANSP:TRANSPARENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 SUMMARY:Swiss National Day
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 DTSTART;VALUE=DATE:20130801
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48 DTSTAMP:20130718T074538Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 SEQUENCE:3
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 END:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
51 END:VCALENDAR