Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 683 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 683 Bytes

Google Calendar Schedule Integration

This project integrates my institute schedule with Google Calendar via it's JavaScript API. To use this web application a PHP based server is needed . The directory v2.0 is the latest working website.

Steps to use

  1. Obtain OAuth 2.0 credentials from the Google API Console. Visit the Google API Console to obtain OAuth 2.0 credentials such as a client ID and client secret.
  2. In the file "website/v2.0/calendar_push.php" put your client ID and API key wherever mentioned.
  3. clone this repository into your server directory and visit <your_url>/schedule/website/v2.0