# Abfallwirtschaftsbetrieb Unstrut-Hainich-Kreis Abfallwirtschaftsbetrieb Unstrut-Hainich-Kreis 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 and select your municipality (2022 in URL is right!). - Right-click on your city/county and copy link address. - Replace the year in the `url` with `{%Y}`. - Replace the `url` in the example configuration with this link. ## Examples ### Altengottern ```yaml waste_collection_schedule: sources: - name: ics args: split_at: ', ' url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/Altengottern.ics ``` ### Bad Langensalza Stadttour 3 ```yaml waste_collection_schedule: sources: - name: ics args: split_at: ', ' url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/LST3.ics ``` ### Herbsleben ```yaml waste_collection_schedule: sources: - name: ics args: split_at: ', ' url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/Herbsleben.ics ``` ### Thamsbrück ```yaml waste_collection_schedule: sources: - name: ics args: split_at: ', ' url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/Thamsbrueck.ics ``` ### Urleben ```yaml waste_collection_schedule: sources: - name: ics args: split_at: ', ' url: https://awb-ics.unstrut-hainich-kreis.de/icalendar/{%Y}/Urleben.ics ```