add ICS docu for blauetonne-schlauetonne.de

This commit is contained in:
mampfes
2023-04-17 07:33:28 +02:00
parent 9fef15d6b6
commit 2d98f414fc
5 changed files with 36 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Berlin Recycling](/doc/source/berlin_recycling_de.md) / berlin-recycling.de
- [Berliner Stadtreinigungsbetriebe](/doc/source/bsr_de.md) / bsr.de
- [Bielefeld](/doc/source/bielefeld_de.md) / bielefeld.de
- [Blaue Tonne - Schlaue Tonne](/doc/ics/blauetonne_schlauetonne_de.md) / blauetonne-schlauetonne.de
- [Bogenschütz Entsorgung](/doc/source/infeo_at.md) / bogenschuetz-entsorgung.de
- [Bremer Stadtreinigung](/doc/source/c_trace_de.md) / die-bremer-stadtreinigung.de
- [Bürgerportal](/doc/source/buergerportal_de.md) / c-trace.de

View File

@@ -0,0 +1,23 @@
# Blaue Tonne - Schlaue Tonne
Blaue Tonne - Schlaue Tonne 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.blauetonne-schlauetonne.de/abfuhrkalender> and select your location.
- Right-click on `iCal Download` link and copy link address.
- Replace the `url` in the example configuration with this link.
- Replace the year in the url with `{%Y}`.
## Examples
### Altlußheim
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://www.blauetonne-schlauetonne.de/abfuhrkalender/{%Y}/altlussheim-altlussheim-1668.ics
```

View File

@@ -0,0 +1,10 @@
title: Blaue Tonne - Schlaue Tonne
url: https://www.blauetonne-schlauetonne.de/
howto: |
- Goto <https://www.blauetonne-schlauetonne.de/abfuhrkalender> and select your location.
- Right-click on `iCal Download` link and copy link address.
- Replace the `url` in the example configuration with this link.
- Replace the year in the url with `{%Y}`.
test_cases:
Altlußheim:
url: "https://www.blauetonne-schlauetonne.de/abfuhrkalender/{%Y}/altlussheim-altlussheim-1668.ics"

View File

@@ -20,6 +20,7 @@ This source has been successfully tested with the following service providers:
- [Abfallwirtschaftsgesellschaft Landkreis Schaumburg](/doc/ics/aws_shg_de.md) / aws-shg.de
- [AVL - Abfallverwertungsgesellschaft des Landkreises Ludwigsburg mbH](/doc/ics/avl_ludwigsburg_de.md) / avl-ludwigsburg.de
- [Awista Starnberg](/doc/ics/awista_starnberg_de.md) / awista-starnberg.de
- [Blaue Tonne - Schlaue Tonne](/doc/ics/blauetonne_schlauetonne_de.md) / blauetonne-schlauetonne.de
- [EDG Entsorgung Dortmund](/doc/ics/edg_de.md) / edg.de
- [Entsorgungsbetrieb Märkisch-Oderland](/doc/ics/entsorgungsbetrieb_mol_de.md) / entsorgungsbetrieb-mol.de
- [Entsorgungsgesellschaft Görlitz-Löbau-Zittau](/doc/ics/abfall_eglz_de.md) / abfall-eglz.de

File diff suppressed because one or more lines are too long