Google calendars API error - tooManyCalendarsRequested -


getting error, , life of me can't find documentation online how many many. have idea, or way find out?

here's official documentation: https://developers.google.com/google-apps/calendar/v3/reference/freebusy/query

you can use function set maximum id, read documentation:

maximal number of calendars freebusy information provided. optional.

i checked worked 50 items.

req.setcalendarexpansionmax(50); 

here's link documentation.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

Fatal error: Call to undefined function menu_execute_active_handler() in drupal 7.9 -

python - RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK -