I have an update on this and was hoping to get some more help...
It only errors on one of my calendars, and only if I set the projection to
composite.
$query->setProjection('composite'); //doesn't work
$query->setProjection('full'); //does work
Unfortunately, I need the full projection. Any help? Again the error is
below...
To see my code:
http://guerrillamilonga.com/test.txt
To see the error:
http://guerrillamilonga.com/test.php
Thanks,
Jacob
On 8/26/07, Jacob Eggers <[EMAIL PROTECTED]> wrote:
>
> I've worked with a few different google calendar, but I seem to be
> getting an error on one particular calendar. If all I do is replace
> the user, I get an error. Here's the error:
>
> Fatal error: Uncaught exception
> 'Zend_Gdata_App_InvalidArgumentException' with message 'Property
> __specialzied does not exist' in
> /home/guerrill/public_html/library/Zend/Gdata/App/Base.php:344 Stack
> trace: #0 /home/guerrill/public_html/library/Zend/Gdata/App/Base.php(324):
> Zend_Gdata_App_Base->__isset('__specialzied') #1
>
> /home/guerrill/public_html/library/Zend/Gdata/Extension/RecurrenceException.php(98):
> Zend_Gdata_App_Base->__set('_specialzied', false) #2
> /home/guerrill/public_html/library/Zend/Gdata/App/Base.php(202):
>
> Zend_Gdata_Extension_RecurrenceException->takeAttributeFromDOM(Object(DOMAttr))
> #3 /home/guerrill/public_html/library/Zend/Gdata/Kind/EventEntry.php(217):
> Zend_Gdata_App_Base->transferFromDOM(Object(DOMElement)) #4
>
> /home/guerrill/public_html/library/Zend/Gdata/Calendar/EventEntry.php(113):
> Zend_Gdata_Kind_EventEntry->takeChildFromDOM(Object(DOMElement)) #5
> /home/guerrill/public_html/library/Zend/Gdata/App/Base.php(199):
> Zend_Gdata_Calendar_EventEntry->takeChildFromDOM(Object(DOMElement))
> #6 /home/guerrill/ in
> /home/guerrill/public_html/library/Zend/Gdata/App/Base.php on line 344
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---