add examples for ICS

remove them from ICS test-cases and ICS docu
This commit is contained in:
mampfes
2023-04-06 16:28:59 +02:00
parent 4921f0d3a4
commit 14c4ec8a60
39 changed files with 604 additions and 772 deletions

23
doc/ics/luebeck_de.md Normal file
View File

@@ -0,0 +1,23 @@
# Lübeck Entsorgungsbetriebe
Lübeck Entsorgungsbetriebe is supported by the generic [ICS](/doc/source/ics.md) source. For all available configuration options, please refer to the source description.
## How to get the configuration arguments
- Goto <https://insert-it.de/BMSAbfallkalenderLuebeck> and select your location.
- Right-click on `iCalendar` and copy link address.
- Replace the `url` in the example configuration with this link.
- Replace the year in the url with `{%Y}`.
## Examples
### Dampfpfeife 2
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://insert-it.de/BMSAbfallkalenderLuebeck/Main/Calender?bmsLocationId=127863&year={%Y}
```