add aws-shg.de

fix #574
This commit is contained in:
mampfes
2023-04-08 08:28:30 +02:00
parent 9990291172
commit 9b4c660648
5 changed files with 34 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Abfallwirtschaftsbetrieb Landkreis Aurich](/doc/source/c_trace_de.md) / mkw-grossefehn.de
- [Abfallwirtschaftsbetrieb Landkreis Karlsruhe](/doc/ics/awb_landkreis_karlsruhe_de.md) / awb-landkreis-karlsruhe.de
- [Abfallwirtschaftsbetrieb München](/doc/ics/awm_muenchen_de.md) / awm-muenchen.de
- [Abfallwirtschaftsgesellschaft Landkreis Schaumburg](/doc/ics/aws_shg_de.md) / aws-shg.de
- [Abfallwirtschaftsverband Kreis Groß-Gerau](/doc/source/c_trace_de.md) / awv-gg.de
- [ALBA Berlin](/doc/source/abfall_io.md) / berlin.alba.info
- [ART Trier](/doc/source/art_trier_de.md) / art-trier.de

22
doc/ics/aws_shg_de.md Normal file
View File

@@ -0,0 +1,22 @@
# Abfallwirtschaftsgesellschaft Landkreis Schaumburg
Abfallwirtschaftsgesellschaft Landkreis Schaumburg 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://aws-shg.de/WasteManagementSchaumburg.html?action=wasteDisposalServices> and select your location.
- Under `ical-Kalenderabo`, click on `URL in die Zwischenablage kopieren` to copy the link address.
- Replace the `url` in the example configuration with this link.
## Examples
### Am Loh 1, 31559 Haste
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://kundenlogin.aws-shg.de/WasteManagementSchaumburg/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=367980001&AboID=201645&Fra=R;B;P;V;S
```

View File

@@ -0,0 +1,9 @@
title: Abfallwirtschaftsgesellschaft Landkreis Schaumburg
url: https://aws-shg.de
howto: |
- Goto <https://aws-shg.de/WasteManagementSchaumburg.html?action=wasteDisposalServices> and select your location.
- Under `ical-Kalenderabo`, click on `URL in die Zwischenablage kopieren` to copy the link address.
- Replace the `url` in the example configuration with this link.
test_cases:
Am Loh 1, 31559 Haste:
url: "https://kundenlogin.aws-shg.de/WasteManagementSchaumburg/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=367980001&AboID=201645&Fra=R;B;P;V;S"

View File

@@ -15,6 +15,7 @@ This source has been successfully tested with the following service providers:
- [Abfallwirtschaftsbetrieb Ilm-Kreis](/doc/ics/ilm_kreis_de.md) / ilm-kreis.de
- [Abfallwirtschaftsbetrieb Landkreis Karlsruhe](/doc/ics/awb_landkreis_karlsruhe_de.md) / awb-landkreis-karlsruhe.de
- [Abfallwirtschaftsbetrieb München](/doc/ics/awm_muenchen_de.md) / awm-muenchen.de
- [Abfallwirtschaftsgesellschaft Landkreis Schaumburg](/doc/ics/aws_shg_de.md) / aws-shg.de
- [AVL - Abfallverwertungsgesellschaft des Landkreises Ludwigsburg mbH](/doc/ics/avl_ludwigsburg_de.md) / avl-ludwigsburg.de
- [Awista Starnberg](/doc/ics/awista_starnberg_de.md) / awista-starnberg.de
- [EDG Entsorgung Dortmund](/doc/ics/edg_de.md) / edg.de

File diff suppressed because one or more lines are too long