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.gitcd Google_Calendar_APIpip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlibSet the environment variable GOOGLE_APPLICATION_CREDENTIALS to the path of your service account key:
set GOOGLE_APPLICATION_CREDENTIALS=path\to\your\service-account-file.jsonRun the Python script create.py to create an event:
python create.pyRun the script to retrieve events:
python retrieve.pyRun the script to manage events:
python manage.py