From: Steve Brokenshire Date: Sat, 6 Feb 2016 12:18:40 +0000 (+0000) Subject: Added the TZURL property and implemented STANDARD section to iCalendarTimezone-Laod2.vcf X-Git-Tag: release-0.02~387 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=4fb8eea1546e725ad3463be89a3226bf8cb505d0;p=xestiacalendar%2F.git Added the TZURL property and implemented STANDARD section to iCalendarTimezone-Laod2.vcf --- diff --git a/source/tests/iCalendarTimezone-Load2.vcf b/source/tests/iCalendarTimezone-Load2.vcf index d5eb62b..eed746c 100644 --- a/source/tests/iCalendarTimezone-Load2.vcf +++ b/source/tests/iCalendarTimezone-Load2.vcf @@ -1,7 +1,37 @@ BEGIN:VCALENDAR VERSION:2.0 BEGIN:VTIMEZONE -END:VTIMEZONE TZID;OTHER=PARAM:Example/Starrgazy LAST-MODIFIED;FUTURE=ODD:20160203T200700Z +TZURL;URL=YES:http://www.example.com/ +BEGIN:STANDARD +DTSTART:20160204T020000 +TZOFFSETFROM:-0500 +TZOFFSETTO:-0400 +END:STANDARD +BEGIN:STANDARD +DTSTART;MEEP=MOO:20160205T020000 +TZOFFSETFROM;LETS=GO:-0500 +TZOFFSETTO;EXAMPLE=DATA:-0400 +END:STANDARD +BEGIN:STANDARD +DTSTART;MEEP=MOO:20160206T020000 +TZOFFSETFROM;LETS=GO:-0500 +TZOFFSETTO;EXAMPLE=DATA:-0400 +RRULE;YAK=YES:FREQ=DAILY;COUNT=10 +COMMENT;ALTREP="null:nodata";LANGUAGE=kw;YO=YOYOS:Example timezone comment. +RDATE;VALUE=DATE;TZID=Europe/Truro;BEEP=BOOP:20160205,20160207,20160216,20160 + 305 +TZNAME;LANGUAGE=en;NOPE=YES:Example Timezone Name 1 +X-MOO:Meep +X-MOO:Moop +X-MOO;MEEP=YIKES:Zaap +X-ITEM:Fork +X-ITEM:Spoon +X-ITEM;DIRTY=NO:Knife +X-NOPE:1 +X-NOPE:2 +X-NOPE;LONG=YES:3 +END:STANDARD +END:VTIMEZONE END:VCALENDAR \ No newline at end of file