A simple script to send alerts/reminders for caldav events.
Go to file
mrsu 2c8151870c Refactor code to combine email and XMPP alerting into single class
- Create a new module `alert_processor.py` for handling both email and XMPP alerts.
- Remove the email_alert.py and xmpp_alert.py files.
2024-02-12 02:19:49 +00:00
.gitignore track .gitignore 2024-02-08 15:41:09 +00:00
LICENSE Initial commit 2024-02-04 03:01:11 +00:00
README.md Initial commit 2024-02-04 03:01:11 +00:00
alert_processor.py Refactor code to combine email and XMPP alerting into single class 2024-02-12 02:19:49 +00:00
config.toml alerting and filehandling 2024-02-06 19:02:44 +00:00
remindme_caldav.py Refactor code to combine email and XMPP alerting into single class 2024-02-12 02:19:49 +00:00
requirements.txt requirements.txt 2024-02-04 13:47:09 +00:00

README.md

remindme_caldav

A simple script to send alerts/reminders for caldav events.