From 8c43c585f2dae092fd39bdad783df76a9f75a8f6 Mon Sep 17 00:00:00 2001 From: mampfes Date: Sun, 6 Mar 2022 19:01:36 +0100 Subject: [PATCH] add version docu for ICS --- doc/source/ics.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/ics.md b/doc/source/ics.md index 87ea1f1e9..a91451fa0 100644 --- a/doc/source/ics.md +++ b/doc/source/ics.md @@ -47,6 +47,7 @@ waste_collection_schedule: params: PARAMS year_field: YEAR_FIELD split_at: SPLIT_AT + version: 2 ``` ### Configuration Variables @@ -100,6 +101,14 @@ Field in params dictionary to be replaced with current year (4 digits including Delimiter to split event summary into individual collection types. If your service puts multiple collections types which occur at the same day into a single event, this option can be used to separate the collection types again. +**version**
+*(integer) (optional, default: 2)* + +Selects the underlying ICS file parser: + +- version: 1 uses `recurring_ical_events` +- version: 2 uses `icalevents` + ## Examples and Notes ***