Hello, What is the actual error, what is failing? Also, when updating an event, you shouldn't delete and create the event as you might quickly reach the quota (an update being 1 operation against 2 for what you are doing now).
Best, Alain On Wed, May 25, 2011 at 2:04 AM, Brick1881 <[email protected]> wrote: > Hi, On two different servers now I've had this problem (same hosting > company, different servers and different PHP-version++, servetheworld.net, > Norway). > The strange thing is that it worked for a couple of days, or even longer on > my test site, but now it doesn't work on any of my sites. > > function login($username, $password){ > $service = Zend_Gdata_Calendar::AUTH_SERVICE_NAME; // predefined > service name for calendar > try { > $this->client = > Zend_Gdata_ClientLogin::getHttpClient($username, $password, $service); > $this->username = $username; > } > catch (Zend_Gdata_App_Exception $ae) { > return 'Problem authenticating Google Calendar: > '.$ae->getMessage(); > } > return "ok"; > } > > I'm using a booking program from ResourceBookingPro.com > What I've been doing is creating and deleting events (for changing, I first > delete, then add new event) > > ANY IDEAS? > > PHP version 5.2.6 > Zend Framework Gdata 1.11.6 > > OpenSSL support enabled OpenSSL Version OpenSSL 0.9.8b 04 May 2006 > cURL support enabled cURL Information libcurl/7.15.3 OpenSSL/0.9.8b > zlib/1.2.3 > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
