aboutsummaryrefslogtreecommitdiffstats
path: root/calendars/recur_tests/ex_set5.ics
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2008-12-18 09:22:23 +0000
committerJim Hu <jimhu@users.sourceforge.net>2008-12-18 09:22:23 +0000
commitfc4ef652b9565c913a805c3f4010cd1c95476196 (patch)
tree823dc7bb4222c980e3f3d7573c2639f4f6d06b88 /calendars/recur_tests/ex_set5.ics
parentc11f05eba87d73124d3afa2dfa607d0ca0857bd4 (diff)
downloadphpicalendar-fc4ef652b9565c913a805c3f4010cd1c95476196.tar.gz
phpicalendar-fc4ef652b9565c913a805c3f4010cd1c95476196.tar.bz2
phpicalendar-fc4ef652b9565c913a805c3f4010cd1c95476196.zip
recurrence changes, add recur_tests calendars subdirectory, fix cpath
Diffstat (limited to 'calendars/recur_tests/ex_set5.ics')
-rw-r--r--calendars/recur_tests/ex_set5.ics81
1 files changed, 81 insertions, 0 deletions
diff --git a/calendars/recur_tests/ex_set5.ics b/calendars/recur_tests/ex_set5.ics
new file mode 100644
index 0000000..862a743
--- /dev/null
+++ b/calendars/recur_tests/ex_set5.ics
@@ -0,0 +1,81 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+X-WR-CALNAME:recur example set 5
+PRODID:-//Apple Computer\, Inc//iCal 2.0//EN
+X-WR-RELCALID:E47AF849-67C8-49F0-AA36-9FD7495400FD
+X-WR-TIMEZONE:US/Pacific
+CALSCALE:GREGORIAN
+METHOD:PUBLISH
+
+BEGIN:VTIMEZONE
+TZID:US/Pacific
+LAST-MODIFIED:20081210T165454Z
+BEGIN:STANDARD
+DTSTART:20081102T090000
+TZOFFSETTO:-0800
+TZOFFSETFROM:+0000
+TZNAME:PST
+END:STANDARD
+BEGIN:DAYLIGHT
+DTSTART:20090308T010000
+TZOFFSETTO:-0700
+TZOFFSETFROM:-0800
+TZNAME:PDT
+END:DAYLIGHT
+END:VTIMEZONE
+
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Every 3rd year on the 1st, 100th and 200th day for 10 occurrences:
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970101T090000
+RRULE:FREQ=YEARLY;INTERVAL=3;COUNT=10;BYYEARDAY=1,100,200
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Every 20th Monday of the year, forever:
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970519T090000
+RRULE:FREQ=YEARLY;BYDAY=20MO
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Monday of week number 20 (where the default start of the week is Monday), forever
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970512T090000
+RRULE:FREQ=YEARLY;BYWEEKNO=20;BYDAY=MO
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Every Thursday in March, forever:
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970313T090000
+RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=TH
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Every Thursday, but only during June, July, and August, forever
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970605T090000
+RRULE:FREQ=YEARLY;BYDAY=TH;BYMONTH=6,7,8
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Every Friday the 13th, forever
+STATUS:CONFIRMED
+DURATION:PT1H30M
+EXDATE;TZID=US/Eastern:19970902T090000
+RRULE:FREQ=MONTHLY;BYDAY=FR;BYMONTHDAY=13
+END:VEVENT
+END:VCALENDAR

© 2014-2024 Faster IT GmbH | imprint | privacy policy