Simple example demonstrating Google Calendar API using Google's PHP client library.
To run:
composer install
- Drop in your own
client_secrets.json
file. php -S localhost:8080
- Browse to
http://localhost:8080
Sources:
Simple demo of PHP client library to access Google Calendar events
PHP
Simple example demonstrating Google Calendar API using Google's PHP client library.
To run:
composer install
client_secrets.json
file.php -S localhost:8080
http://localhost:8080
Sources: