Skip to content

ajayranwa/Setup-Google-Meet-Meeting

Repository files navigation

Create Google Meet Meeting with Django inline formset

This is a simple django app that demonstrates how to create a Google Meet meeting with attendees.

Prerequisites

To run this quickstart, you'll need:

  1. Python 2.6 or greater
  2. The pip package management tool
  3. A Google account with Google Calendar enabled

Step 1: Turn on the Google Calendar API

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/.

Quick start

  1. (optional) create virtual env
  2. pip install -r requirements.txt
  3. python manage.py migrate
  4. python manage.py runserver

Some Screenshots

List of all events

All events

Add/Update event

All events

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published