# Abfallkalender Delmenhorst Abfallkalender Delmenhorst 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 - Go to - Open the pdf file _"Abfuhrbezirke [YYYY] - Straßenverzeichnis mit Zuordnung zur Altpapiertour"_ - Find your street in the pdf and copy the link labeled "iCalendar" - Use this link as the `url` parameter. - **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 ```yaml 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 ```yaml waste_collection_schedule: sources: - name: ics args: split_at: ' und ' url: https://www.delmenhorst.de/medien/bindata/leben/umwelt-abfall/{%Y}_AB10A.ics ```