Open GoogleCodeExporter opened 9 years ago
Some additionnal info :
when I try an update google-to-notes, it's working fine.
So it MIGHT not be :
- a java class path problem
- proxy problem (I did use http and https parameters)
Original comment by yannick....@gmail.com
on 7 Apr 2011 at 11:36
Same error. com.google.gdata.util.ServiceException: Internal Server Error
Service error: could not update entry
0.0.5
Lotus 7.0
Looks like 1 repeating entry made it into the right google calendar from Notes,
before the exception.
Original comment by vikramse...@gmail.com
on 28 Apr 2011 at 4:50
I am seeing a similar error.
C:\SyncNotes2Google>syncnotes2google.bat
SyncNotes2Google has started.
Start notes-to-google to google-to-notes synchronization.
executing insert: Call Stefanie.
Calendar entry being handled ...
ID : 7163AD34BD0515BB852578A1007154AF
Title : Call Stefanie.
Content :
startDateTime : 5/31/11 9:00:00 AM EDT
endDateTime : 5/31/11 9:30:00 AM EDT
location :
lastupdated : 5/31/11 4:38:12 PM EDT
apptype : 0
frequency : 0
interval : 0
com.google.gdata.util.ServiceException: Internal Server Error
Service error: could not update entry
at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(Htt
pGDataRequest.java:587)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(G
oogleGDataRequest.java:543)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGData
Request.java:535)
at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataReques
t.java:514)
at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRe
quest.java:515)
at com.google.gdata.client.Service.update(Service.java:1463)
at com.google.gdata.client.Service.update(Service.java:1429)
at com.google.gdata.client.GoogleService.update(GoogleService.java:583)
at com.google.gdata.data.BaseEntry.update(BaseEntry.java:608)
at com.googlecode.syncnotes2google.dao.GoogleCalendarDAO.insert(GoogleCa
lendarDAO.java:137)
at com.googlecode.syncnotes2google.SyncService.insert(SyncService.java:1
03)
at com.googlecode.syncnotes2google.SyncService.executeSync(SyncService.j
ava:42)
at com.googlecode.syncnotes2google.SyncNotes2Google.main(SyncNotes2Googl
e.java:23)
Original comment by iainba...@gmail.com
on 9 Jun 2011 at 1:31
just an idea for an workaround as i had the same problem.
I am using multiple calendars in google. the entries from notes are going to
"work" calendar.
I've changed the syncnotes2google config to use an other (new) calender. If you
check this be aware: if this calendar does not exits all entries will go to
your main calendar.
for me it looks like this works for all new and not transfered appointments.
short answer if this works for you would be nice!
Original comment by LordTrionz@googlemail.com
on 14 Jun 2011 at 7:55
Update:
The new calendar doesn't work any longer. I've cleared the calendar field in
the config and get all appointsments in my main calendar now.
Original comment by LordTrionz@googlemail.com
on 14 Jun 2011 at 1:07
Original issue reported on code.google.com by
yannick....@gmail.com
on 7 Apr 2011 at 4:06