This project demonstrates how to integrate the Google Calendar API into your application using Python. It covers setting up the API credentials, authenticating users, and creating a calendar event in Indian Standard Time (IST).
git clone https://github.com/your-username/Google_Calendar_API.git
cd Google_Calendar_API
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to the path of your service account key:
set GOOGLE_APPLICATION_CREDENTIALS=path\to\your\service-account-file.json
Run the Python script create.py to create an event:
python create.py
Run the script to retrieve events:
python retrieve.py
Run the script to manage events:
python manage.py