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

@@ -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
```