This is a simple django app that demonstrates how to create a Google Meet meeting with attendees.
To run this quickstart, you'll need:
- Python 2.6 or greater
- The pip package management tool
- A Google account with Google Calendar enabled
Visit the link(https://developers.google.com/calendar/quickstart/python) and Enable the Google Calendar API
In resulting dialog click DOWNLOAD CLIENT CONFIGURATION and save the file credentials.json to myprofile/calender_api/.
- (optional) create virtual env
- pip install -r requirements.txt
- python manage.py migrate
- python manage.py runserver