ericzile / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

Recurrance rule using custom TZID incorrectly processed. #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a calendar entry with recurrence data like this:

DTSTART;TZID=/scheduleworld.com/Olson_20041115_1/America/Toronto:20061010T100000
DURATION:PT30M
RRULE:FREQ=WEEKLY;COUNT=3;INTERVAL=2;BYDAY=TU
BEGIN:VTIMEZONE
TZID:/scheduleworld.com/Olson_20041115_1/America/Toronto
X-LIC-LOCATION:America/Toronto
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:19701025T020000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:19700405T020000
RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU
END:DAYLIGHT
END:VTIMEZONE

What is the expected output? What do you see instead?

expected: 3 counts of the event

see: 1 count

What version of the product are you using? On what operating system?

n/a - using Google calendar

Please provide any additional information below.

Original issue reported on code.google.com by mark.swa...@gmail.com on 7 Nov 2006 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by fman...@gmail.com on 8 Nov 2006 at 1:44

GoogleCodeExporter commented 9 years ago
We currently don't support custom timezone definitions.  Please use standard 
Java
timezones in your gd:recurrence elements.  When using standard Java timezones, 
we do
not require the use of the VTIMEZONE definition.

Original comment by api.rb...@gmail.com on 25 Jan 2007 at 7:53

GoogleCodeExporter commented 9 years ago

Original comment by api.rb...@gmail.com on 25 Jan 2007 at 7:54

GoogleCodeExporter commented 9 years ago
No response, closing issue.

Original comment by api.jfis...@gmail.com on 3 Aug 2007 at 6:37