Skip to content
/ events Public

A web UI to share calendar invites from a private caldav server

License

Notifications You must be signed in to change notification settings

OneBlue/events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Events

A web UI to share calendar invites from a private caldav server.

Configuration

Configuration is done through a .py file. See config.sample.py.

Deploy

Install via:

$ git clone https://bitbucket.org/_Blue/events
$ cd events
$ pip install .

Run via:

events /path/to/config.py

For production, use waitress:

$ export EVENTS_CONFIG_PATH='/path/to/config.py'
$ waitress-serve --call 'events:create_app'

Testing

Run the unit tests via:

$ pytest events

About

A web UI to share calendar invites from a private caldav server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published