So it seems that this bug is confirmed, it only happen when the Locale of
the browser (or the one passe in parameter) is en-US.

For example this feed:
https://www.google.com/calendar/feeds/4u13qtkl3bcpao0ofgod94s960%40group.calendar.google.com/public/basic?hl=en-US

For now the workarounds are to either use ?hl=en
or to use the full projection instead of the basic one:
https://www.google.com/calendar/feeds/4u13qtkl3bcpao0ofgod94s960%40group.calendar.google.com/public/full

The problem with using the basic projection is that you rely on
a localized date format (which unfortunately is screwed-up in locale en-US),
it could very well happen that some users have an uncommon Locale (maybe
russian or chinese locale) that your script do not know how to parse either.
The full projection have a proper field for the Date that should be of a
stable format.

There is a bug though in the en-US date formating which I am reporting to
the engineers.

Thanks you everyone, I'll update this thread when I have some news.

Cheers!

-- 
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://code.google.com/apis/calendar/community/forum.html

Reply via email to