On Jun 16, 2008, at 7:35 AM, Todd wrote:
>
> Description:
>
> 1. Send to Google: <gd:when startTime='2008-06-13'
> endTime='2008-06-15'/>
>
> Note that this format specifies all-day for start and end.
>
> 2. Google ignores that this is the all-day format and automatically
> (this is the bug) changes it to this format:
>
> <gd:when startTime='2008-06-13T00:00:00.000-04:00'
> endTime='2008-06-16T00:00:00.000-04:00'></gd:when>
I've just confirmed that this isn't happening to me. I create with:
<gd:when startTime='2008-06-13' endTime='2008-06-15' />
and I get back:
<gd:when startTime='2008-06-13' endTime='2008-06-15' />
You can see the example on this feed:
http://www.google.com/calendar/feeds/calendar.maven%40gmail.com/public/full
> 3. The display on the Google calendar now starts at midnight and the
> event loses the all-day status.
>
> If I use the Google view to change the item to all-day and sync again
> I receive:
>
> <gd:when startTime='2008-06-13' endTime='2008-06-15'/>
>
> But the next time that is sent to Google, the bug will trigger again
> and change it to start from midnight again.
Is it possible that you are specifying a timezone? All day events do
not have a timezone.
Why don't you post the full xml that you are sending to Google?
Ray
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---