annotate plugins/libcalendaring/tests/resources/apple-alarms.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.//Mac OS X 10.9//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:MESZ
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:MEZ
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 TRANSP:OPAQUE
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 DTEND;TZID=Europe/Zurich:20131106T100000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 UID:EF185A2A-55FA-4FF3-9B02-56B0914FC79A
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 DTSTAMP:20131029T123927Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 LOCATION:
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 DESCRIPTION:With alarm
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 STATUS:CONFIRMED
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 SEQUENCE:4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 X-APPLE-TRAVEL-DURATION:PT30M
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 SUMMARY:Testing Bug 2415
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 LAST-MODIFIED:20131029T123819Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 DTSTART;TZID=Europe/Zurich:20131106T090000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 CREATED:20131029T123819Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 BEGIN:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 X-WR-ALARMUID:C4A26F1A-A433-4102-82D5-A3347FC126D4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 UID:C4A26F1A-A433-4102-82D5-A3347FC126D4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 TRIGGER;VALUE=DATE-TIME:19760401T005545Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40 ACTION:NONE
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 END:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 BEGIN:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 X-WR-ALARMUID:DEF5F23D-98FC-4510-BC99-F877CD9A9F8B
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44 UID:DEF5F23D-98FC-4510-BC99-F877CD9A9F8B
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 TRIGGER;X-APPLE-RELATED-TRAVEL=-PT15M:-PT45M
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 ATTACH;VALUE=URI:Basso
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 ACTION:AUDIO
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48 END:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 END:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 END:VCALENDAR