Hi Austin, You may try out the gdata samples to reproduce it.
I tried the Birthday Manager with IE 6.0/7.0 FF2.0/3.0. Only FF2.0 works. The error message reads: Invalid JSON format. Unescaped JSON is not supported format for attribute or text values. http://gdata-javascript-client.googlecode.com/svn/trunk/samples/calendar/birthday_manager/birthday_manager.html Frank On Aug 15, 5:26 am, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > Yea this sounds like a bug on the JavaScript client library, can you file a > bug report with details on how to duplicate this error. We will try to fix > it asap - > > http://code.google.com/p/gdata-issues/issues/entry > > Thanks, > Austin > > On Thu, Aug 14, 2008 at 2:22 PM, John Lockwood <[EMAIL PROTECTED]>wrote: > > > When I removed the double quotes(") from the content of the events, it > > would not give the error and would work properly. I am not the one who will > > be editing the events, so I can't prevent someone from using double quotes > > and breaking the feed, so would love to get this fixed. > > > The page is in development at: > >http://www.cavanmeese.com/CalendarFeedEditor.html > > > The offending event is currently the 5th one from the top, titled > > "Craftsbury Chamber Players". I changed "Serioso" to 'Serioso'. and it did > > not give the error. > > > -John > > > On Thu, Aug 14, 2008 at 4:04 PM, Austin (Google) <[EMAIL PROTECTED]>wrote: > > >> I see, so basically you get this JSON error only when you have an > >> authenticated session. Can you helps us to debug this by giving us the > >> content and title of the event that is causing this? perhaps there are > >> special characters that weren't escaped properly, thanks > > >> Austin > > >> On Tue, Aug 12, 2008 at 8:28 PM, extracool <[EMAIL PROTECTED]>wrote: > > >>> I am pulling a custom feed from a calendar using the JavaScript api. > >>> The event retrieval is fine when I have not logged in. > > >>> After I call google.accounts.user.login(scope);, authorize and then > >>> return to the feed page. I get the error: > >>> Invalid JSON format. Unescaped JSON is a not supported format for > >>> attribute or text values. > > >>> and in the Error Console I get: > >>> """ > >>> Error: missing } after property list > >>> Source File: > >>>http://www.google.com/uds/api/gdata/1.2/5bd3c24f42bbfa0c36f04d54e9a07... > >>> Line: 74, Column: 3 > >>> Source Code: > >>> " Raymond Storms, countertenor Fr. J. Haydn: Cassation W.A. Mozart: > >>> Symphony #29 in A Major, K. 201. 8 pm. This event will be hosted at > >>> the United Church of Christ in Greensboro. \nEmail > >>> [EMAIL PROTECTED] Website http://www.summermusicfromg > >>> """ > > >>> if I call google.accounts.user.logout(); > >>> the feed shows up again. > > >>> Thanks for help, > > >>> -John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
