mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
add ICS Docuemantion for Kreis Alzey-Worms, Germany
This commit is contained in:
24
doc/ics/kreis_alzey_worms_de.md
Normal file
24
doc/ics/kreis_alzey_worms_de.md
Normal 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
|
||||
```
|
||||
11
doc/ics/yaml/kreis_alzey_worms_de.yaml
Normal file
11
doc/ics/yaml/kreis_alzey_worms_de.yaml
Normal 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\.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user