Hello, It looks like Zend_Feed_EntryAbstract was deprecated and replaced by Zend_Feed_Entry_Abstract, which breaks the old version of Zend_Gdata code in the nightly snapshot pointed to in this thread.
The good news is that the old beta releases are still available from Zend, though they are no links pointing to them. Here's the last version before the Zend_Gdata refactoring: http://framework.zend.com/releases/ZendFramework-0.9.3-Beta.tar.gz That version should be fully functional with the published developer guide on code.google.com. Note - Zend is releasing ZF 1.0 RC2 on Monday and we hope to have the calendar code moved from incubator to core in time for that release. The new version of the developer guide on code.google.com will not be available immediately, but similar documentation should exist on the Zend site upon release. The refactored version impelments a more object-oriented design which is similar to other Google data client libraries (such as Python, Java, .NET, etc). It has specialized classes for calendar event entries, feeds, etc and, for the most part, allows you to develop without knowing the XML data format or details of the GData and Atom Publishing Protocols. Cheers, -Ryan On Jun 1, 7:35 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Well that seemed to make some sense. Now I am getting this error: > > Fatal error: Class 'Zend_Feed_Entry_Abstract' not found in /home/ > custom/public_html/calendar/Zend/Feed/EntryAbstract.php on line 44 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
