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

@@ -673,6 +673,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Flensburg (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Frankfurt (Oder)](/doc/source/app_abfallplus_de.md) / Abfall+ App: unterallgaeu
- [Freiburg im Breisgau](/doc/source/app_abfallplus_de.md) / Abfall+ App: asf
- [Gelber Sack Stuttgart](/doc/ics/gelbersack_stuttgart_de.md) / gelbersack-stuttgart.de
- [Gelsendienste Gelsenkirchen](/doc/ics/gelsendienste_de.md) / gelsendienste.de
- [Gemeinde Blankenheim](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
- [Gemeinde Deggenhausertal](/doc/source/cmcitymedia_de.md) / cmcitymedia.de

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
```

View File

@@ -0,0 +1,9 @@
title: Gelber Sack Stuttgart
url: https://gelbersack-stuttgart.de
howto: |
- 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.
test_cases:
An der Burg:
url: "https://www.gelbersack-stuttgart.de/abfuhrplan/export/an-der-burg?type=201"

View File

@@ -179,6 +179,7 @@ This source has been successfully tested with the following service providers:
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de
- [FES Frankfurter Entsorgungs- und Service GmbH](/doc/ics/fes_frankfurt_de.md) / fes-frankfurt.de
- [Gelber Sack Stuttgart](/doc/ics/gelbersack_stuttgart_de.md) / gelbersack-stuttgart.de
- [Gelsendienste Gelsenkirchen](/doc/ics/gelsendienste_de.md) / gelsendienste.de
- [Gipsprojekt](/doc/ics/gipsprojekt_de.md) / gipsprojekt.de
- [Hallesche Wasser und Stadtwirtschaft GmbH](/doc/ics/hws_halle_de.md) / hws-halle.de

File diff suppressed because one or more lines are too long