Support for schedules provided by https://www.sbazv.de/.
waste_collection_schedule:
sources:
- name: sbazv_de
args:
city: CITY
district: DISTRICT
street: STREET
city
(string) (required)
district
(string) (required)
street
(string) (required)
waste_collection_schedule:
sources:
- name: sbazv_de
args:
city: "wildau"
district: "wildau"
street: "Ahornring"
The way to get the source arguments is to extract them from the website using a (desktop) browser with developer tools, e.g. Google Chrome:
- Open https://www.sbazv.de/entsorgungstermine/restmuell-papier-gelbesaecke-laubsaecke-weihnachtsbaeume/.
- Enter your data and click on "Termine anzeigen"
- Right-click on "Download als ICS Datei"
- In the context menu click on "Copy link address" (or something similiar, depending on your browser).
- Paste the copied string to a text editor. You can see the string to download your ics file now.