mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
adding apm_de ical source
This commit is contained in:
@@ -103,6 +103,7 @@ Waste collection schedules in the following formats and countries are supported.
|
||||
- [Abfallwirtschaft Nürnberger Land](/doc/source/nuernberger_land_de.md) / nuernberger-land.de
|
||||
- [Abfallwirtschaft Ortenaukreis](/doc/source/abfall_io.md) / abfallwirtschaft-ortenaukreis.de
|
||||
- [Abfallwirtschaft Pforzheim](/doc/source/abfallwirtschaft_pforzheim_de.md) / abfallwirtschaft-pforzheim.de
|
||||
- [Abfallwirtschaft Potsdam-Mittelmark (APM)](/doc/ics/apm_de.md) / apm-niemegk.de
|
||||
- [Abfallwirtschaft Rems-Murr](/doc/source/awido_de.md) / abfallwirtschaft-rems-murr.de
|
||||
- [Abfallwirtschaft Rendsburg](/doc/source/awr_de.md) / awr.de
|
||||
- [Abfallwirtschaft Rheingau-Taunus-Kreis](/doc/source/c_trace_de.md) / eaw-rheingau-taunus.de
|
||||
|
||||
23
doc/ics/apm_de.md
Normal file
23
doc/ics/apm_de.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# Abfallwirtschaft Potsdam-Mittelmark (APM)
|
||||
|
||||
Abfallwirtschaft Potsdam-Mittelmark (APM) 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.apm-niemegk.de/kundenservice/abfuhrtermine/> and select your location.
|
||||
- Click on `Exportieren iCal` to get a webcal link below `URL in Kalender-App einbinden`.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the Year in the URL with `{%Y}`
|
||||
|
||||
## Examples
|
||||
|
||||
### Altbensdorf
|
||||
|
||||
```yaml
|
||||
waste_collection_schedule:
|
||||
sources:
|
||||
- name: ics
|
||||
args:
|
||||
url: https://apm.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/{%Y}/List/155643/1427,1429,1431,1433,1434,1435,1436,1437/180/Print/ics/Default/Abfuhrtermine.ics
|
||||
```
|
||||
10
doc/ics/yaml/apm_de.yaml
Normal file
10
doc/ics/yaml/apm_de.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
title: Abfallwirtschaft Potsdam-Mittelmark (APM)
|
||||
url: https://www.apm-niemegk.de/
|
||||
howto: |
|
||||
- Goto <https://www.apm-niemegk.de/kundenservice/abfuhrtermine/> and select your location.
|
||||
- Click on `Exportieren iCal` to get a webcal link below `URL in Kalender-App einbinden`.
|
||||
- Replace the `url` in the example configuration with this link.
|
||||
- Replace the Year in the URL with `{%Y}`
|
||||
test_cases:
|
||||
Altbensdorf:
|
||||
url: "https://apm.wastebox.gemos-management.de/Gemos/WasteBox/Frontend/TourSchedule/Raw/Name/{%Y}/List/155643/1427,1429,1431,1433,1434,1435,1436,1437/180/Print/ics/Default/Abfuhrtermine.ics"
|
||||
@@ -13,6 +13,7 @@ This source has been successfully tested with the following service providers:
|
||||
|
||||
- [Abfallbehandlungsgesellschaft Havelland mbH (abh)](/doc/ics/abfall_havelland_de.md) / abfall-havelland.de
|
||||
- [Abfallwirtschaft Freiburg](/doc/ics/abfallwirtschaft_freiburg_de.md) / abfall-eglz.de
|
||||
- [Abfallwirtschaft Potsdam-Mittelmark (APM)](/doc/ics/apm_de.md) / apm-niemegk.de
|
||||
- [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
|
||||
|
||||
Reference in New Issue
Block a user