ericzile / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

All day events have incorrect gd:when elements #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Type: Defect
Client: None

What steps will reproduce the problem?
1. Add/Edit an all day event with the following line:
   <gd:when startTime="2006-09-02"/>

What is the expected output? What do you see instead?
* The returned event contains the following line:
  <gd:when startTime='2006-09-01' endTime='2006-09-02'><gd:reminder
   minutes='10'></gd:reminder></gd:when>
* The Day is off by one.
* I expect the line to be the same as I posted

Original issue reported on code.google.com by kewi...@gmail.com on 15 Oct 2006 at 3:54

GoogleCodeExporter commented 9 years ago
This can be closed, the documentation was changed to describe this 
functionality more
clearly.

Original comment by kewi...@gmail.com on 4 Feb 2007 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by fman...@gmail.com on 11 Jun 2007 at 2:33