Skip to content

nicoe/remhind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

remhind

A notification daemon of events stored in directories

Those directories will be monitored for change in order to allow you to use solution like vdirsyncer to sync your CalDAV server with your local filesystem.

Getting Started

remhind use a toml configuration file indicating which directories holds your event files. Here's a simple example:

[calendars]
    [calendars.test]
    name = "Test"
    path = "~/projets/perso/remhind/test_calendar"

Installing

remhind can be installed through PyPI using pip.

pip install remhind

Acknowledgments

This work has been inspired by the work of the pimutils group

Releases

No releases published

Packages

No packages published

Languages