annotate plugins/libcalendaring/tests/resources/recurrence-id.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:-//Lotus Development Corporation//NONSGML Notes 8.5.3//EN_C
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 METHOD:REQUEST
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:W. Europe
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 BEGIN:STANDARD
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 DTSTART:19501029T020000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 TZOFFSETFROM:+0200
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 TZOFFSETTO:+0100
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=10
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 END:STANDARD
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 BEGIN:DAYLIGHT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 DTSTART:19500326T020000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15 TZOFFSETFROM:+0100
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 TZOFFSETTO:+0200
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 RRULE:FREQ=YEARLY;BYMINUTE=0;BYHOUR=2;BYDAY=-1SU;BYMONTH=3
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 END:DAYLIGHT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 END:VTIMEZONE
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20 BEGIN:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 DTSTART;TZID="W. Europe":20140230T150000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 DTEND;TZID="W. Europe":20140230T163000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 TRANSP:OPAQUE
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 RECURRENCE-ID;RANGE=THISANDFUTURE:20140227T130000Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 SEQUENCE:0
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 UID:7e93e8e8eef16f28aa33b78cd73613ebff
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 DTSTAMP:20140120T105609Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 SUMMARY:Invitation with Recurrence-ID
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 END:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 BEGIN:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 DTSTART;TZID="W. Europe":20140305T150000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 DTEND;TZID="W. Europe":20140305T163000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 RECURRENCE-ID;TZID="W. Europe":20140305T150000
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 SEQUENCE:2
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 UID:7e93e8e8eef16f28aa33b78cd73613ebff
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 DTSTAMP:20140120T105609Z
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 SUMMARY:Invitation with Recurrence-ID #2
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 END:VEVENT
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 END:VCALENDAR