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.

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

enter image description here

enter image description here

+3


source to share


1 answer


In Authentication Mode -> click "Manage API Client Access". It is similar to "Managing Third Party OAuth Client Access" in the documentation.



+1


source







All Articles