add ICS source landkreis_miltenberg_de

This commit is contained in:
5ila5
2024-07-27 18:55:41 +02:00
committed by 5ila5
parent cf48b26b4b
commit 0cc9e6f099
6 changed files with 39 additions and 1 deletions

View File

@@ -926,6 +926,7 @@ If your service provider is not listed, feel free to open a [source request issu
- [Landratsamt Bodenseekreis](/doc/ics/bodenseekreis_de.md) / bodenseekreis.de
- [Landratsamt Dachau](/doc/source/awido_de.md) / landratsamt-dachau.de
- [Landratsamt Main-Tauber-Kreis](/doc/source/c_trace_de.md) / main-tauber-kreis.de
- [Landratsamt Miltenberg](/doc/ics/landkreis_miltenberg_de.md) / landkreis-miltenberg.de
- [Landratsamt Regensburg](/doc/source/awido_de.md) / landkreis-regensburg.de
- [Landratsamt Traunstein](/doc/source/abfall_io.md) / traunstein.com
- [Landratsamt Unterallgäu](/doc/source/abfall_io.md) / landratsamt-unterallgaeu.de

View File

@@ -4902,6 +4902,11 @@
"service": "maintauberkreis-abfallkalender"
}
},
{
"title": "Landratsamt Miltenberg",
"module": "ics",
"default_params": {}
},
{
"title": "Landratsamt Regensburg",
"module": "awido_de",

View File

@@ -0,0 +1,22 @@
# Landratsamt Miltenberg
Landratsamt Miltenberg 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://sperrgut.landkreis-miltenberg.de/WasteManagementMiltenberg/WasteManagementServlet?SubmitAction=wasteDisposalServices> and select your location.
- Click on `URL ANZEIGEN` to get a webcal link.
- Replace the `url` in the example configuration with this link.
## Examples
### Am Ullersbach 3, 97903 Collenberg
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://sperrgut.landkreis-miltenberg.de/WasteManagementMiltenberg/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=82947985001&AboID=107727&Fra=R2;B2;P1;R4;P2;P4;Gelb;SM;R1;B1
```

View File

@@ -0,0 +1,9 @@
title: Landratsamt Miltenberg
url: https://landkreis-miltenberg.de
howto: |
- Goto <https://sperrgut.landkreis-miltenberg.de/WasteManagementMiltenberg/WasteManagementServlet?SubmitAction=wasteDisposalServices> and select your location.
- Click on `URL ANZEIGEN` to get a webcal link.
- Replace the `url` in the example configuration with this link.
test_cases:
Am Ullersbach 3, 97903 Collenberg:
url: "https://sperrgut.landkreis-miltenberg.de/WasteManagementMiltenberg/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=82947985001&AboID=107727&Fra=R2;B2;P1;R4;P2;P4;Gelb;SM;R1;B1"

View File

@@ -216,6 +216,7 @@ This source has been successfully tested with the following service providers:
- [Landkreis Stendal](/doc/ics/abfall_app_net.md) / landkreis-stendal.de
- [Landkreis Vogtland](/doc/ics/vogtlandkreis_de.md) / vogtlandkreis.de
- [Landratsamt Bodenseekreis](/doc/ics/bodenseekreis_de.md) / bodenseekreis.de
- [Landratsamt Miltenberg](/doc/ics/landkreis_miltenberg_de.md) / landkreis-miltenberg.de
- [Lebacher Abfallzweckverband (LAZ)](/doc/ics/lebach_de.md) / lebach.de
- [LK Schwandorf](/doc/ics/entsorgung_sad_de.md) / entsorgung-sad.de
- [Lübeck Entsorgungsbetriebe](/doc/ics/luebeck_de.md) / luebeck.de

File diff suppressed because one or more lines are too long