I have an app that I am deploying in App Engine. It is contained inside of a Google Cloud Project under the client's Organization. The Organization also has a Google Workspace. I want to give the app access to the calendars of all the Workspace users. How do I do this?
Hi
You need to use a Service Account with wide domain delegation.
You can check this example on admin sdk directory api but philosophy is the same for your case : https://developers.google.com/admin-sdk/directory/v1/guides/delegation
Stรฉphane