Aplikacja webowa do generowania linku do kalendarza na Discourse.
- Python 78.7%
- HTML 16.6%
- Dockerfile 4.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| templates | ||
| .gitignore | ||
| app.py | ||
| config.example.yaml | ||
| Dockerfile | ||
| README.md | ||
| requirements.txt | ||
Kalendasz
Mini-proxy allowing Discourse users to automatically export their entire calendars as iCalendar. It performs the following functions:
- Automates User API Key creation flow.
- Automates
events.icsURL generation. - Proxies requests in order to pass the
user_api_keyargument asUser-Api-Keyheader.
Usage
- Create a config file based on the example.
- Run the app like this:
python app.py /config.yaml.
Creating a virtualenv or handling Docker is left as an exercise to the reader.