https://github.com/sebbo2002/tgtg-ical
A small server that receives mails from TGTG, parses them and generates an iCal feed from them.
https://github.com/sebbo2002/tgtg-ical
Last synced: about 2 months ago
JSON representation
A small server that receives mails from TGTG, parses them and generates an iCal feed from them.
- Host: GitHub
- URL: https://github.com/sebbo2002/tgtg-ical
- Owner: sebbo2002
- License: mit
- Created: 2023-08-10T12:13:46.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2026-05-23T12:32:59.000Z (2 months ago)
- Last Synced: 2026-05-23T14:22:23.958Z (2 months ago)
- Language: TypeScript
- Homepage: https://tgtg-ical.sebbo.net
- Size: 6.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tgtg-ical
[](LICENSE)
A small server that receives mails from TGTG, parses them and generates an iCal feed from them.
## 📦 Installation
git clone https://github.com/sebbo2002/tgtg-ical.git
cd ./tgtg-ical
echo 'DATABASE_URL="mysql://root@localhost:3306/tgtg-ical"' > .env
npm install
npx prisma migrate deploy
## 🙋 FAQ
### How does this work?
With the help of tgtg-ical you can generate a personal email address and a corresponding calendar feed. If you store
this email address at Too Good To Go as an email address for notifications or forward the messages (e.g. via a filter
rule), collection appointments will be displayed in the corresponding calendar feed.
### Which languages are supported?
Currently only German and English are supported. If you want to add another language, feel free to create a pull request.
### How long are emails stored?
In the best case, the incoming e-mail can be completely analyzed and is then deleted directly. Then only the information
needed to provide the calendar is stored. If the analysis fails, the email is kept for manual analysis and deleted after
two weeks at the latest.
### Which databases are supported?
We use [Prisma](https://www.prisma.io/) as ORM. All databases supported by Prisma should therefore work with tgtg-ical.
## 🙆🏼♂️ Copyright and license
Copyright (c) Sebastian Pekarek under the [MIT license](LICENSE).