Hi Jim,

There is a limit to how many calendars one account can create in a
certain time span to prevent spam. If you have a service account for a
business or something like that where you need to manage a lot of
calendars for some reasonable use case, you can go to the Calendar API
group and ask a fellow named Austin for some additional quota:

http://groups.google.com/group/google-calendar-help-dataapi

Cheers,
-Jeff

On Jun 27, 3:09 pm, Jim <[EMAIL PROTECTED]> wrote:
> Jeff,
> I get the message - Error: 26 Not enough quota to create a calendar. 0
>
> What does that mean?
>
> Jim
>
> On Jun 27, 2:09 pm, "Jeff Fisher (Google)" <[EMAIL PROTECTED]>
> wrote:
>
> > Hi Jim,
>
> > Can you try catching this exception inside of a try/catch block with
> > something like
>
> > try {
> > //yourcodehere}
>
> > catch(Zend_Gdata_App_HttpException $exception) {
> >     echo "Error: " . $exception->getResponse()->getRawBody();
>
> > }
>
> > This should help us narrow down what the problem is.
>
> > Also so you are aware there is a Calendar API developer forum:
>
> >http://groups.google.com/group/google-calendar-help-dataapi
>
> > Cheers,
> > -Jeff
>
> > On Jun 27, 9:35 am, Jim <[EMAIL PROTECTED]> wrote:
>
> > > I was testing a new php script regarding ACL and everything was fine,
> > > scripts were not exactly working 100% but at least I could add a
> > > calendar.  Now I get the followoing error message:
>
> > > Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with
> > > message 'Expectedresponsecode200,got403' in /[my path]/Zend/Gdata/
> > > App.php:468 Stack trace: #0 /[my path]/Zend/Gdata/App.php(459):
> > > Zend_Gdata_App->post('<entry xmlns='h...', 'http://www.goog...', 4,
> > > 'application/ato...', Array) #1 /[my path]/calendar-google.php(26):
> > > Zend_Gdata_App->post('<entry xmlns='h...', 'http://www.goog...') #2
> > > {main} thrown in /[my path]/Zend/Gdata/App.php on line 468
>
> > > I am not sure why I am getting the403error. Normally this is a
> > > forbidden access error.
>
> > > Can someone help?
>
> > > Jim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data Protocol" 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-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to