add ICS Gelbersack-stuttgart.de

This commit is contained in:
5ila5
2024-03-03 00:20:18 +01:00
committed by 5ila5
parent 429df282c8
commit 3ef2effc39
5 changed files with 34 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
# Gelber Sack Stuttgart
Gelber Sack Stuttgart 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://www.gelbersack-stuttgart.de/abfuhrplan/> and select your location.
- Right click -> copy the url of the `Termine in meinen Kalender eintragen` button.
- Replace the `url` in the example configuration with this link.
## Examples
### An der Burg
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://www.gelbersack-stuttgart.de/abfuhrplan/export/an-der-burg?type=201
```