add ICS Docuemantion for Kreis Alzey-Worms, Germany

This commit is contained in:
5ila5
2024-08-24 13:20:28 +02:00
committed by 5ila5
parent 92b848b9b4
commit c75710a29c
6 changed files with 43 additions and 1 deletions

View File

@@ -664,6 +664,7 @@ If your service provider is not listed, feel free to open a [source request issu
- [Altenbeken](/doc/source/lobbe_app.md) / lobbe.app
- [Altmarkkreis Salzwedel](/doc/ics/abfall_app_net.md) / altmarkkreis-salzwedel.de
- [Altötting (LK)](/doc/source/jumomind_de.md) / lra-aoe.de
- [Alzey-Worms](/doc/ics/kreis_alzey_worms_de.md) / kreis-alzey-worms.de/aktuelles/nichts-mehr-verpassen/abfalltermine
- [Apps by Abfall+](/doc/source/app_abfallplus_de.md) / abfallplus.de
- [Arnsberg](/doc/source/lobbe_app.md) / lobbe.app
- [ART Trier](/doc/ics/art_trier_de.md) / art-trier.de

View File

@@ -3181,6 +3181,11 @@
"service_id": "aoe"
}
},
{
"title": "Alzey-Worms",
"module": "ics",
"default_params": {}
},
{
"title": "Apps by Abfall+",
"module": "app_abfallplus_de",

View File

@@ -0,0 +1,24 @@
# Alzey-Worms
Alzey-Worms 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
- Visit <https://www.kreis-alzey-worms.de/aktuelles/nichts-mehr-verpassen/abfalltermine/> and select your location.
- Click on `URL anzeigen` to see the ICS link.
- Use this url for the `url` parameter.
- You might want to add regex `(.*) \d+ \d+-wöchentl\.` parameter to remove the size and frequency of collections (e.g. `Restmüll 240 02-wöchentl.` -> `Restmüll`).
## Examples
### Alzeyer Pforte 1, 55234 Albig
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
regex: "(.*) \\d+ \\d+-w\xF6chentl\\."
url: https://abfall.alzey-worms.de/WasteManagementAlzeyworms/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=1053576001&AboID=313121&Fra=P;R;B;S;C;L&ObjektID=1145306001
```

View File

@@ -0,0 +1,11 @@
title: Alzey-Worms
url: https://www.kreis-alzey-worms.de/aktuelles/nichts-mehr-verpassen/abfalltermine/
howto: |
- Visit <https://www.kreis-alzey-worms.de/aktuelles/nichts-mehr-verpassen/abfalltermine/> and select your location.
- Click on `URL anzeigen` to see the ICS link.
- Use this url for the `url` parameter.
- You might want to add regex `(.*) \d+ \d+-wöchentl\.` parameter to remove the size and frequency of collections (e.g. `Restmüll 240 02-wöchentl.` -> `Restmüll`).
test_cases:
Alzeyer Pforte 1, 55234 Albig:
url: "https://abfall.alzey-worms.de/WasteManagementAlzeyworms/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=1053576001&AboID=313121&Fra=P;R;B;S;C;L&ObjektID=1145306001"
regex: (.*) \d+ \d+-wöchentl\.

View File

@@ -182,6 +182,7 @@ This source has been successfully tested with the following service providers:
- [Abfuhrtermine.info](/doc/ics/abfuhrtermine_info.md) / abfuhrtermine.info
- [ALBA Braunschweig](/doc/ics/alba_bs_de.md) / alba-bs.de
- [Altmarkkreis Salzwedel](/doc/ics/abfall_app_net.md) / altmarkkreis-salzwedel.de
- [Alzey-Worms](/doc/ics/kreis_alzey_worms_de.md) / kreis-alzey-worms.de/aktuelles/nichts-mehr-verpassen/abfalltermine
- [ART Trier](/doc/ics/art_trier_de.md) / art-trier.de
- [ASTO (Abfall- Sammel- und Transportverband Oberberg)](/doc/ics/asto_de.md) / asto.de
- [Attendorn](/doc/ics/abfuhrtermine_info.md) / attendorn.de

File diff suppressed because one or more lines are too long