ICS Erftstadt

This commit is contained in:
5ila5
2024-02-17 19:37:29 +01:00
committed by 5ila5
parent 505562ff8a
commit 540999bc49
5 changed files with 55 additions and 1 deletions

View File

@@ -652,6 +652,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Entsorgungsbetrieb Stadt Mainz](/doc/source/muellmax_de.md) / eb-mainz.de
- [Entsorgungsbetriebe Essen](/doc/source/abfall_io.md) / ebe-essen.de
- [Entsorgungsgesellschaft Görlitz-Löbau-Zittau](/doc/ics/abfall_eglz_de.md) / abfall-eglz.de
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
- [Esens (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
- [Essen](/doc/source/app_abfallplus_de.md) / Abfall+ App: abfallebe
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de

View File

@@ -0,0 +1,36 @@
# Erfstadt (inoffical)
Erfstadt (inoffical) 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://abfallkalender-erftstadt.de/> and select your location.
- Click on `Zum Kalender hinzufügen`.
- Click on `weiter` without selecting reminder.
- Copy the link below `Für Google Kalender` or copy the link from the `Abonnieren` or `Download` button.
- Replace the `url` in the example configuration with this link.
- Keeping the `regex` as it is, will remove the district name from the event title.
## Examples
### Borr
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
regex: (.*) - Bezirk \d
url: https://abfallkalender-erftstadt.de/download/bezirk_5.ics
```
### Frauental
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
regex: (.*) - Bezirk \d
url: webcal://abfallkalender-erftstadt.de/download/bezirk_2.ics
```

View File

@@ -0,0 +1,16 @@
title: Erfstadt (inoffical)
url: https://abfallkalender-erftstadt.de
howto: |
- Goto <https://abfallkalender-erftstadt.de/> and select your location.
- Click on `Zum Kalender hinzufügen`.
- Click on `weiter` without selecting reminder.
- Copy the link below `Für Google Kalender` or copy the link from the `Abonnieren` or `Download` button.
- Replace the `url` in the example configuration with this link.
- Keeping the `regex` as it is, will remove the district name from the event title.
test_cases:
Borr:
url: "https://abfallkalender-erftstadt.de/download/bezirk_5.ics"
regex: (.*) - Bezirk \d
Frauental:
url: webcal://abfallkalender-erftstadt.de/download/bezirk_2.ics
regex: (.*) - Bezirk \d

View File

@@ -174,6 +174,7 @@ This source has been successfully tested with the following service providers:
- [EKM Mittelsachsen GmbH](/doc/ics/ekm_mittelsachsen_de.md) / ekm-mittelsachsen.de
- [Entsorgungsbetrieb Märkisch-Oderland](/doc/ics/entsorgungsbetrieb_mol_de.md) / entsorgungsbetrieb-mol.de
- [Entsorgungsgesellschaft Görlitz-Löbau-Zittau](/doc/ics/abfall_eglz_de.md) / abfall-eglz.de
- [Erfstadt (inoffical)](/doc/ics/abfallkalender_erftstadt_de.md) / abfallkalender-erftstadt.de
- [EVA Abfallentsorgung](/doc/ics/eva_abfallentsorgung_de.md) / eva-abfallentsorgung.de
- [FES Frankfurter Entsorgungs- und Service GmbH](/doc/ics/fes_frankfurt_de.md) / fes-frankfurt.de
- [Gelsendienste Gelsenkirchen](/doc/ics/gelsendienste_de.md) / gelsendienste.de

File diff suppressed because one or more lines are too long