Thanks very much for pointing out this problem and for the detailed
debugging information / tcpdump.

Philipp is correct - The time zone (+01:00) info should not be included
with a xs:date, which is used for all-day events.

Looking at the Java code for com.google.gdata.data.DateTime.toString()
includes the timeZone even when dateOnly=true.  I will file a bug
against the client library.

>From looking at the code, you may wish to try setting tzShift to null
DateTime.setTzShift(null).  Hopefully that doesnt have other
consequences.

Let us know how that works out.

Cheers,

-Ryan


On Dec 14, 1:26 pm, "Philipp Kewisch" <[EMAIL PROTECTED]> wrote:
> Hey Mark!
>
> I have also had and reported this issue. See
>
> http://groups-beta.google.com/group/google-calendar-help-dataapi/brow...
>
> Looks like the event day shift is back, maybe its timezone dependant?
>
> Note however, that according to the docs 
> athttp://code.google.com/apis/gdata/common-elements.html#gdWhen, to
> create a one day all-day event you must omit the endTime.
> Note also, that per RFC3339 a date may not contain a timezone, i.e you
> should use
>
> <gd:when startTime='2006-12-15'/>
>
> I am not sure if Google is loose on the latter issue though.
> 
> Philipp


--~--~---------~--~----~------------~-------~--~----~
 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to