Create Google Calendar Event and Google Account
I am using PHP and Google API to create a google calendar and invite people. This used to work. But now Google will change the API. So I also changed the library.
Then I got permission. So I found a solution from google developer account. Delegate domain authority to your service account
https://developers.google.com/drive/web/delegation
But according to this method I have not seen any OAuth Client Third Party Access Control
Does anyone know of any solution or is there anyway creating a google calendar and inviting people?
NOTE. I tried gmail account. It works. But when i try to use google business account i have above problem.
Screenshot
+3
source to share