Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 686 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 686 Bytes

Calendar App


a small flask calendar app for displaying events on room signage

This calendar app is for taking calendar events from Office 365 rooms and formatting them for display in a flask website such that they may be used as signage.

Installation


$ git clone https://github.com/Stinkoman/CalendarApp
$ #install script to be completed
$ flask run 

Things to do


  • Create install script
  • Create dummy configuration file
  • Get OAuth authentication working
  • Format site to accomodate different screen sizes
  • Fill out Jinja templates
  • Actually get the thing working to any degree at all