add ICS for za-sws.de

This commit is contained in:
mampfes
2023-05-03 07:12:09 +02:00
parent 8b68a2906a
commit bf9a30ae12
5 changed files with 38 additions and 1 deletions

24
doc/ics/za_sws_de.md Normal file
View File

@@ -0,0 +1,24 @@
# Zweckverband Abfallwirtschaft Südwestsachsen (ZAS)
Zweckverband Abfallwirtschaft Südwestsachsen (ZAS) 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://www.za-sws.de/abfallkalender.cfm?ab=1> and select your location.
- Click on `URL in die Zwischenablage kopieren` to copy the link to the ICS file.
- Replace the `url` in the example configuration with this link.
## Examples
### Gornsdorf, August-Bebel Strasse 23
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
split_at: ', '
url: https://online-portal.za-sws.de/WasteManagementSuedwestsachsen/WasteManagementServiceServlet?ApplicationName=Calendar&SubmitAction=sync&StandortID=16459903001&AboID=80078&Fra=P;R;B;C;S;W;L
verify_ssl: false
```