Hi all!
Sorry to bring that up again, but I'm still getting a 404 here. I'm now
using the exact example source and it still tells me "404", "File not
found". Here is my XML:
<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns='http://www.w3.org/2005/Atom'
xmlns:gd='http://schemas.google.com/g/2005'>
<category scheme='http://schemas.google.com/g/2005#kind'
term='http://schemas.google.com/g/2005#event'></category>
<title type='text'>Tobias Schlitt</title>
<content type='text'>http://schlitt.info</content>
<author>
<name>Tobias Schlitt</name>
<email>schlitt@xxxxxxxxx</email>
</author>
<gd:transparency
value='http://schemas.google.com/g/2005#event.opaque'>
</gd:transparency>
<gd:eventStatus
value='http://schemas.google.com/g/2005#event.confirmed'>
</gd:eventStatus>
<gd:recurrence>
DTSTART;TZID=America/Los_Angeles:20060314T060000
DURATION:PT3600S
RRULE:FREQ=DAILY;UNTIL=20060321T220000Z
BEGIN:VTIMEZONE
TZID:America/Los_Angeles
X-LIC-LOCATION:America/Los_Angeles
BEGIN:STANDARD
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
TZNAME:PST
DTSTART:19671029T020000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
TZNAME:PDT
DTSTART:19870405T020000
RRULE:FREQ=YEARLY;BYMONTH=4;BYDAY=1SU
END:DAYLIGHT
END:VTIMEZONE
</gd:recurrence>
</entry>
Does anyone have a clue for me?
Beside that, I wonder why I need the timezone definition here? In
general the change of daylight saving time shoud be known by Google
Calendar. Or am I wrong?
TIA for every hint!
Toby
|