I am using the Google Calendar (v3) API, with google apps and am wanting to use a single oauth2 credential to determine what users are free/busy at any given point.
I am wanting to use this: https://developers.google.com/google-apps/calendar/v3/reference/freebusy/query
But to use this I need to get all the calendar ids for all the users. I cannot do this as the java client for the google calendar can only retrieve calendars of the user who owns the credential.
Note: I have access to all the users through the provisioning api.
Any help would be much appreciated as I am totally blocked by this.