stratum0-calendar generates multiple calendar/events representations for stratum0.org
- ical(ics)-file
- html-calendar using bootstrap-calendar
- wiki-pages in multiple languages
- Be sure to use Python 3. If in doubt, set up a virtualenv with $ virtualenv -p python3 venv; . venv/bin/activate
- $ pip install -r requirements.txt
- setup config.py(seeconfig.py.examplefor an example)
- run $ ./bot.py
To run the tests, do a pip install -r requirements-tests.txt, followed by a python -m nose.
- Event
- over the whole day DD.MM.YYYY
- at a given time of a day DD.MM.YYYY hh.mm
- at a given time of a day with specific end DD.MM.YYYY hh.mm-hh.mm
 
- over the whole day 
- Multiple day event
- DD.MM.YYYY - DD.MM.YYYY
- with start and end time DD.MM.YYYY hh.mm - DD.MM.YYYY hh.mm
 
- Repeating event
- every week wd, hh.mmplusDD.MM.YYYY - DD.MM.YYYY
- every week with end time wd, hh.mm - hh.mmplusDD.MM.YYYY - DD.MM.YYYY
- instead of wdit is possible to usewd/nto generate an event every n-th week
 
- every week