Skip to content

Commit

Permalink
add version docu for ICS
Browse files Browse the repository at this point in the history
  • Loading branch information
mampfes committed Mar 6, 2022
1 parent 3208051 commit 8c43c58
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/source/ics.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ waste_collection_schedule:
params: PARAMS
year_field: YEAR_FIELD
split_at: SPLIT_AT
version: 2
```
### Configuration Variables
Expand Down Expand Up @@ -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**<br>
*(integer) (optional, default: 2)*

Selects the underlying ICS file parser:

- version: 1 uses `recurring_ical_events`
- version: 2 uses `icalevents`

## Examples and Notes

***
Expand Down

0 comments on commit 8c43c58

Please sign in to comment.