aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-03-21 20:59:46 +0100
committerChristian Weiske <cweiske@cweiske.de>2014-03-21 20:59:46 +0100
commit6abc38c8e2283c189a7ca7fdd1b0bffcbea16463 (patch)
tree625cefccd50f4377201c30d15c522989d601fe15 /README.rst
parent4fb1e4b5d9e1ca86e539cd00d89d11981633143b (diff)
downloadbdrem-6abc38c8e2283c189a7ca7fdd1b0bffcbea16463.tar.gz
bdrem-6abc38c8e2283c189a7ca7fdd1b0bffcbea16463.zip
properly generate full-day ical events
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index c910740..703dfcb 100644
--- a/README.rst
+++ b/README.rst
@@ -83,7 +83,7 @@ Make sure your config file contains ``$mail_from`` and ``$mail_to`` settings.
iCalendar
=========
-Exporting birthday events into an ics file is easy::
+Exporting birthday events into an ``.ics`` file is easy::
$ bdrem --renderer=ical > birthdays.ics
@@ -91,6 +91,13 @@ It is possible to access the calendar via HTTP, too::
http://example.org/bdrem/?renderer=ical
+You can subscribe to it in your calendar or email application.
+Integration has been tested with Thunderbird's Lightning__ and Claws Mail's
+vCalendar__ plugin.
+
+__ https://addons.mozilla.org/en-US/thunderbird/addon/lightning/
+__ http://www.claws-mail.org/plugin.php?plugin=vcalendar
+
HTML page
=========