static-void / gcalsync2-0

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

NullPointerException upon committing an event: #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
SW: GCalSync 2.0.3 JAR- All Phones
Phone: Nokia E51
Provider: O2 Germany
Connection: local WLAN

Upon committing an event:

"Uploading "Test2"...ERR: (400) Bad Request: [Line 7, Column 92, element
gd: when] g:when/@startTime must be less than or equal to g:when/@ endTime.
[]...[] Failed Google update: java.lang.NullPointerException

GCal: 0 new, 0 updated, 0 removed event
Phone: 0 new, 0 updated, 0 removed event"

Probable reason: This way a plain test appointment, with start time = end
time. Changing end time to be > start time fixed the problem.

Original issue reported on code.google.com by hhap...@gmail.com on 9 Dec 2007 at 6:18

GoogleCodeExporter commented 9 years ago

Original comment by Yusuf.A...@gmail.com on 10 Dec 2007 at 12:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in version 2.0.4 (or patched as to always avoid to upload events with 
startTime<endTime)

Original comment by Yusuf.A...@gmail.com on 15 Dec 2007 at 4:17