Hello,

The quota is per user and per request (we differentiate between write and
read requests and only write requests go against the quota).
Unfortunately, we don't publicly communicate on the quota as they tend to
change a lot. I can however assure you that they are quite high for a normal
usage and are per day (after 24hours, the quota is reset).

Sync application should use batch requests when sending multiple updates and
inserts as this perform multiple operations while consuming only one request
against the quota.

Best,
Alain

On Thu, Sep 22, 2011 at 12:03 AM, Quint <[email protected]> wrote:

> I'm getting an exception:
> "Execution of request failed:
> https://www.google.com/calendar/feeds/default/owncalendars/full"; "Not
> enough quota to create a calendar."
>
> after debugging my sync application heavily and pushing a bunch of data.
>
> Are the actual limits documented anywhere? I'm interested in:
> 1) # of EventEntry's that can be created / day
> 2) # of CalendarEntry's that can be created / day
>
> or is it just a total upload size thing?
>
> Also, if I pay Google to host my mail/cal ( my company does ) do you get
> higher limits?
>
> -Quint
>
>
>
>  --
> 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 | Developer Programs Engineer

-- 
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

Reply via email to