GithubHelp home page GithubHelp logo

nicoe / remhind Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 5.0 44 KB

A daemon to display notifications of iCalendar events

License: GNU General Public License v3.0

Python 100.00%
python caldav daemon notifications vevent gobject inotify

remhind's Introduction

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

remhind's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

remhind's Issues

Issue notification a configurable time interval before the event start

First of all, thanks for this great project. It's a much needed addition to the opensource ecosystem.

Currently, remhind issues a notification for events without alarms explicitly set once that event starts. Since in practice, majority of the .ics files do not come with alarms embedded, it would be more helpful if the user could (perhaps on a calendar-level base) define a default time interval (i.e. 5 minutes) that remhind would notify him before next event start:

9.55: Event "Meeting with the boss" starts in 5 minutes.

instead of the default behaviour of

10.00: Event "Meeting with the boss" started

this would allow for some time to find a meeting room, move between buildings, find a cell phone number to call, etc :)

Allow settings notification timeout

Thanks for the great project!

I love the reminders already but right now I sometimes miss reminders popping up because I'm not at my computer when they fire. Could you add a setting to the config to set a timeout for all notifications? Personally I'd like to set it to 'display until clicked'(set_timeout(EXPIRES_NEVER))

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.