/example-google-calendar-api-php

Register Event in Calendar of Google Workspace member

Primary LanguagePHP

Setup

composer install

Put the service account key.json in the Project root. (This project has been changed to credentials.json)

Note

Install only google / apiclient

composer require google/apiclient:^2.9

Execute

php main.php 

Steps

Step1.Creating a GCP project

Step2.Create a service account → Check Delegation for permissions and copy the client ID (used in step 4)

Step3.Download the service account key.json (this project has changed to credentials.json)

Step4. Set client ID(ドメイン全体の権限をサービスアカウントに委任する) on the Google Workspace administrator side.

Step5.OK!

Document