aboutsummaryrefslogtreecommitdiffstats
path: root/calendars/recur_tests/ex_set3.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_set3.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_set3.ics')
-rw-r--r--calendars/recur_tests/ex_set3.ics82
1 files changed, 82 insertions, 0 deletions
diff --git a/calendars/recur_tests/ex_set3.ics b/calendars/recur_tests/ex_set3.ics
new file mode 100644
index 0000000..c657b6e
--- /dev/null
+++ b/calendars/recur_tests/ex_set3.ics
@@ -0,0 +1,82 @@
+BEGIN:VCALENDAR
+VERSION:2.0
+X-WR-CALNAME:recur example set 3
+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 other week on Monday, Wednesday and Friday until December 24, 1997, but starting on Tuesday, September 2, 1997
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970902T090000
+RRULE:FREQ=WEEKLY;INTERVAL=2;UNTIL=19971224T000000Z;WKST=SU;BYDAY=MO,WE,FR
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Every other week on Tuesday and Thursday, for 8 occurrences
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Pacific:19970902T090000
+RRULE:FREQ=WEEKLY;INTERVAL=2;COUNT=8;WKST=SU;BYDAY=TU,TH
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Monthly on the 1st Friday for ten occurrences
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970905T090000
+RRULE:FREQ=MONTHLY;COUNT=10;BYDAY=1FR
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Monthly on the 1st Friday until December 24, 1997
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970905T090000
+RRULE:FREQ=MONTHLY;UNTIL=19971224T000000Z;BYDAY=1FR
+END:VEVENT
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Every other month on the 1st and last Sunday of the month for 10 occurrences
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970907T090000
+RRULE:FREQ=MONTHLY;INTERVAL=2;COUNT=10;BYDAY=1SU,-1SU
+END:VEVENT
+END:VCALENDAR
+BEGIN:VEVENT
+SEQUENCE:7
+DTSTAMP:20020918T224617Z
+SUMMARY:Monthly on the second to last Monday of the month for 6 months
+STATUS:CONFIRMED
+DURATION:PT1H30M
+DTSTART;TZID=US/Eastern:19970922T090000
+RRULE:FREQ=MONTHLY;COUNT=6;BYDAY=-2MO
+END:VEVENT
+END:VCALENDAR

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