Hm. I don' t think that specifying the author does anything. The author element is created by Google, based on the authentication of the user. Otherwise I don't see anything unusual in your event creation.
Here is how I wound enter specify you timezone: <gCal:timezone value='Europe/Copenhagen' ></gCal:timezone> It is possible that the quoting and escaping in the variation that you are using is not being handled correctly in some part of you or Google's code. Ray On Fri, Oct 10, 2008 at 3:18 AM, thomas hygum <[EMAIL PROTECTED]> wrote: > > thanks so how do I adjust the time variable to make it danish time, > which include daylight saving time? > 2008-09-01T11:01:00.000+02:00 > wouldnt be good enough because of the daylight saving time. > > On Oct 9, 10:10 pm, "Ray Baxter" <[EMAIL PROTECTED]> wrote: >> This: >> >> <gd:when startTime='2008-09-01T11:01:00.000Z' >> endTime='2008-09-01T12:01:00.000Z'></gd:when> >> >> specifies that your time zone is Z, i.e. Universal time. >> >> Ray >> >> On Thu, Oct 9, 2008 at 2:05 AM, thomashygum<[EMAIL PROTECTED]> wrote: >> >> > I have a PHP script which very nicely inserts events in my Gcalendar. >> > But sometimes the timezone / times are wrong, so I think I have to >> > pass a timezone variable. But when i insert this line >> >> > <gCal:timezone value=\"Europe/Copenhagen\" /> >> >> > in the xml below (after </author>) it doesnt work anymore: >> > <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'>test</title> >> > <content type='text'>test</content> >> > <author> >> > <name>[EMAIL PROTECTED]</name> >> > <email>[EMAIL PROTECTED]</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:where valueString='test'></gd:where> >> > <gd:when startTime='2008-09-01T11:01:00.000Z' >> > endTime='2008-09-01T12:01:00.000Z'></gd:when> >> > </entry> >> >> > where should it be? > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
