summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0d8f506..464a7de 100644
--- a/README.rst
+++ b/README.rst
@@ -171,6 +171,19 @@ beginning of the markdown document:
Sessions only sample: https://notabug.org/rsd/lpschedule-generator/raw/dev/tests/files/lp-sch-sessions-only.md
+
+LP schedule iCal export
+~~~~~~~~~~~~~~~~~~~~~~~
+
+The ``--ical`` switch enables iCal export while generating LP
+schedule::
+
+ $ lps_gen -s --ical 2016 path/to/lp-schedule.jinja2 path/to/lp-schedule.md > path/to/program-schedule.html
+
+The year of the conference must be given as an argument to the
+``--ical`` switch.
+
+
LP speakers
-----------