betonme / gcalbirthdays

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

When you create a calendar, the name is displayed as a lots of letters and digits #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Issue summary:
When trying to create new calendar via JS API and calendar.google.com, 
with name for example "asdf", and then go to 
http://www.google.com/calendar and
sometimes the calendar is created with name is as a lots of letters and 
digits instead "asdf". 

Steps to reproduce issue:
1. Create a new calendar.
2. No exceptions.
3. Look at calendar list.

Expected output:
Calendar with name correctly.

Actual results:
Calendar with name is as a lots of letters and digits.

Notes:
I complicated to reproduce the issue because the API don't throw exceptions. 
It happens not always / It isn't deterministic.

Original issue reported on code.google.com by GlaserFr...@gmail.com on 26 Apr 2010 at 8:15

GoogleCodeExporter commented 9 years ago
See gdata-issues:
http://code.google.com/p/gdata-issues/issues/detail?id=1895

My workaround is to check the name within the callback of the insertEntry 
function.
If You get the wrong name, just do an updateEntry with the correct title.

Original comment by GlaserFr...@gmail.com on 26 Apr 2010 at 8:17