Same issue here as well w/ Zend_Gdata not sure how to fix:
Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with
message 'Expected response code 200, got 500 Internal Error' in /usr/
local/ZendGdata-1.9.2/library/Zend/Gdata/App.php:700 Stack trace: #0 /
usr/local/ZendGdata-1.9.2/library/Zend/Gdata.php(219): Zend_Gdata_App-
>performHttpRequest('GET', 'https://apps-ap...', Array, NULL, NULL,
NULL) #1 /usr/local/ZendGdata-1.9.2/library/Zend/Gdata/App.php(861):
Zend_Gdata->performHttpRequest('GET', 'https://apps-ap...', Array) #2 /
usr/local/ZendGdata-1.9.2/library/Zend/Gdata/Gapps.php(202):
Zend_Gdata_App->get('https://apps-ap...', NULL) #3 /usr/local/
ZendGdata-1.9.2/library/Zend/Gdata/App.php(754): Zend_Gdata_Gapps->get
('https://apps-ap...', NULL) #4 /usr/local/ZendGdata-1.9.2/library/
Zend/Gdata/App.php(205): Zend_Gdata_App->importUrl('https://apps-
ap...', 'Zend_Gdata_Gapp...', NULL) #5 /usr/local/ZendGdata-1.9.2/
library/Zend/Gdata.php(162): Zend_Gdata_App->getFeed('https://apps-
ap...', 'Zend_Gdata_Gapp...') #6 /usr/local/ZendGdata-1.9.2/library/
Zend/Gdata/Gapps.php(394): in /usr/local/ZendGdata-1.9.2/library/Zend/
Gdata/App.php on line 700On Nov 23, 7:22 am, HissingInfernoOfAudio <[email protected]> wrote: > My research show that the reason might be the length of the names of > extendedProperties I use. > > This call fails: > <entry > xmlns:gd='http://schemas.google.com/g/2005'xmlns='http://www.w3.org/2005/Atom'><category > term='http://schemas.google.com/g/ > 2005#event' scheme='http://schemas.google.com/g/2005#kind'/><title>my > title</title><content>my content</content><gd:eventStatus > value='http://schemas.google.com/g/2005#event.tentative'/><gd:transparency > value='http://schemas.google.com/g/ > > 2005#event.transparent'/><gd:visibility value='http:// > schemas.google.com/g/2005#event.default'/><gd:when > endTime='2009-11-28T10:30:00Z' startTime='2009-11-28T07:00:00Z'/><gd:where > valueString=''/><gd:extendedProperty name='http:// > > app.timebridge.com/v0/fully_qualified_link' value='http:// > app.timebridge.com/meeting/reply/5jQH39WJLoDsgxkq'/></entry> > > returning 500 Internal Error, while this call succeeds: > <entry > xmlns:gd='http://schemas.google.com/g/2005'xmlns='http://www.w3.org/2005/Atom'><category > term='http://schemas.google.com/g/ > 2005#event' scheme='http://schemas.google.com/g/2005#kind'/><title>my > title</title><content>my content</content><gd:eventStatus > value='http://schemas.google.com/g/2005#event.tentative'/><gd:transparency > value='http://schemas.google.com/g/ > > 2005#event.transparent'/><gd:visibility value='http:// > schemas.google.com/g/2005#event.default'/><gd:when > endTime='2009-11-28T10:30:00Z' startTime='2009-11-28T07:00:00Z'/><gd:where > valueString=''/><gd:extendedProperty name='http:// > > app.timebridge.com/v0/fully_qualified' value='http:// > app.timebridge.com/meeting/reply/5jQH39WJLoDsgxkq'/></entry> > > The limit of charcters seem to be 44. > The weird thing is that other accounts seem to have no such problem, > while others do. > > Any help would be appreciated. > Ronnie. -- 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.
