Skip to content

nagyistge/proj7-freebusy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proj7-FreeBusy

Snarf appointment data from a selection of a user's Google calendars

What is here

I've provided code for the authorization (oauth2) protocol for Google calendars. There is also a picker for a date range.

ADDITIONAL COMMENTS

Code runs on local and should run on ix. You will need your own verification secret key to access google. Change the port number in the CONFIG file to match your credentials when you made your key.

##IMPORTANT NOTE

the test file is not completed and some of the code may have glitches. If everything is done properly, the code will run fine. The results of improper time and date input is varied and not tested for. I will try to get this updated as soon as possible.

Steps to run

i:make sure google secret key is placed in the root of the file and edit config file to match your port

ii:make install

iii: activate the virtual environment

iv: run program


1:choose date

2:verify

3:choose calendars and enter time in correct 24 hour format

4:auto updates with list of free times after clicking on calendars

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.3%
  • HTML 36.6%
  • Makefile 6.8%
  • CSS 1.2%
  • JavaScript 1.1%