Skip to content

small flask app providing a form to add an event in our caldav server

Notifications You must be signed in to change notification settings

Eigenbaukombinat/addevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple webform to add events to a caldav calendar

Install

git clone https://github.com/Eigenbaukombinat/addevent.git
cd addevent 
python3 -m venv .
bin/pip install -r requirements.txt

Config

cp config.ini.example config.ini
edit config.ini to your needs

Running

FLASK_APP=app.py bin/flask run -h 0.0.0.0

About

small flask app providing a form to add an event in our caldav server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published