Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICS Erftstadt #1799

Merged
merged 1 commit into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
36 changes: 36 additions & 0 deletions doc/ics/abfallkalender_erftstadt_de.md
Original file line number Diff line number Diff line change
@@ -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
```
16 changes: 16 additions & 0 deletions doc/ics/yaml/abfallkalender_erftstadt_de.yaml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions doc/source/ics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
Loading