aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-03-21 17:34:07 +0100
committerChristian Weiske <cweiske@cweiske.de>2014-03-21 17:34:07 +0100
commitbe516011d0da9b3ede5742428d280694e096532d (patch)
tree1f2c1dfff13859bd6ac9a1ca408cc1bafde2464b /README.rst
parentfabbf07a9aaf9fe66145b84199f8bfbbd1ee0259 (diff)
downloadbdrem-be516011d0da9b3ede5742428d280694e096532d.tar.gz
bdrem-be516011d0da9b3ede5742428d280694e096532d.zip
fix dates in ical and add calendar title
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 66d0da2..c910740 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,7 @@ Output formats
- ASCII table
- HTML
- Email (text + HTML parts)
+- iCalendar
=====
@@ -80,6 +81,17 @@ If you only want an email if there is a birthday, use ``--stoponempty``::
Make sure your config file contains ``$mail_from`` and ``$mail_to`` settings.
+iCalendar
+=========
+Exporting birthday events into an ics file is easy::
+
+ $ bdrem --renderer=ical > birthdays.ics
+
+It is possible to access the calendar via HTTP, too::
+
+ http://example.org/bdrem/?renderer=ical
+
+
HTML page
=========
Simply point your web browser to the ``.phar`` file, or ``index.php``.