Documentation. The project is now nearly 50% documentation.
Initial commit
A small utility script to keep a remind DB updated from a calendar directory.
This is a one-way, incomplete sync. Reminders are not deleted, and created reminders do not create ical entries.
The reason for this tool is as part of a toolchain using vdirsyncer and khal. vdirsyncer keeps a local directory in sync with a remote WebDAV server; khal is used as the calendaring app. However, khal has no provision for alerts; this tool bridges that gap by creating reminders from the ics.
Most of the heavy lifting is done by other tools; dependencies include:
So, really all this script does is glue it all together. Oh, if you want to be actually alerted, you'll have to wire that up to remind, too, however you're going to do it.