annotate plugins/libcalendaring/tests/resources/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.//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
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 BEGIN:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 UID:1dq52u617gkfqrr4uo1i2uh70
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 CREATED:20130924T221822Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 DESCRIPTION:
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 DTSTART:20130818T230000Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 DTEND:20130819T010000Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 DTSTAMP:20130824T235608Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 LAST-MODIFIED:20130924T222118Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 LOCATION:
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 SEQUENCE:2
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 STATUS:CONFIRMED
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 SUMMARY:Alarms test
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 TRANSP:OPAQUE
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 BEGIN:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 ACTION:DISPLAY
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 DESCRIPTION:This is the first event reminder
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 TRIGGER:-P0DT0H30M0S
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40 END:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 BEGIN:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 ACTION:EMAIL
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 DESCRIPTION:This is an event reminder
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44 TRIGGER:-P1D
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 ATTENDEE:mailto:reminder-recipient@example.org
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 SUMMARY:This is the reminder message
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 DESCRIPTION:This is the second event reminder
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48 END:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 BEGIN:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 ACTION:DISPLAY
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
51 DESCRIPTION:An absolute reminder
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
52 TRIGGER;VALUE=DATE-TIME:20130812T160000Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
53 END:VALARM
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
54 END:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
55
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
56 END:VCALENDAR