Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.25 KB

delmenhorst_de.md

File metadata and controls

35 lines (27 loc) · 1.25 KB

Abfallkalender Delmenhorst

Abfallkalender Delmenhorst is supported by the generic ICS source. For all available configuration options, please refer to the source description.

How to get the configuration arguments

  • Go to https://www.delmenhorst.de/leben/umwelt/abfallentsorgung/abfallkalender.php
  • Open the pdf file "Abfuhrbezirke [YYYY] - Straßenverzeichnis mit Zuordnung zur Altpapiertour"
  • Find your street in the pdf and copy the link labeled "iCalendar"
  • Replace the url in the example configuration with this link.
  • IMPORTANT Replace the year 20xx (first 4 digits in the name of the .ics file) with the variable {%Y} to make sure that the schedule for the upcoming year will already be present from December on.

Examples

Delmenhorst Abfuhrbezirk 5 / Altpapiertour B

waste_collection_schedule:
  sources:
    - name: ics
      args:
        split_at: ' und '
        url: https://www.delmenhorst.de/medien/bindata/leben/umwelt-abfall/{%Y}_AB05B.ics

Delmenhorst Abfuhrbezirk 10 / Altpapiertour A

waste_collection_schedule:
  sources:
    - name: ics
      args:
        split_at: ' und '
        url: https://www.delmenhorst.de/medien/bindata/leben/umwelt-abfall/{%Y}_AB10A.ics