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 -

c# - Get rid of xmlns attribute when adding node to existing xml -