Add Kreisstadt Groß-Gerau as ICS source (#1114)

* Update ics.md

* Add information about Kreisstadt Groß-Gerau

* Create keisstadt_gg_de.md

* Adde explanation for configuring the GG waste schedule

* changed files to be consistant as ICS source
fixed file naming
added yaml
added comment to url retreaval
run update_docu_links.py to update (readme/info/ics).md and generate actual source md

---------

Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
This commit is contained in:
Daniel Bub
2023-07-29 17:06:32 +02:00
committed by GitHub
parent 350be7dde8
commit 5979e9fe32
5 changed files with 35 additions and 3 deletions

View File

@@ -338,7 +338,6 @@ Waste collection schedules in the following formats and countries are supported.
- [Bürgerportal](/doc/source/buergerportal_de.md) / c-trace.de
- [C-Trace](/doc/source/c_trace_de.md) / c-trace.de
- [Chemnitz (ASR)](/doc/source/hausmuell_info.md) / asr-chemnitz.de
- [Chiemgau Recycling - Landkreis Rosenheim (Unofficial API)](/doc/source/chiemgau_recycling_lk_rosenheim.md) / chiemgau-recycling.de
- [City of Karlsruhe](/doc/source/karlsruhe_de.md) / karlsruhe.de
- [CM City Media - Müllkalender](/doc/source/cmcitymedia_de.md) / cmcitymedia.de
- [Darmstadt (MyMuell App)](/doc/source/jumomind_de.md) / mymuell.de
@@ -398,6 +397,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Kreis Viersen](/doc/source/abfallnavi_de.md) / kreis-viersen.de
- [Kreisstadt Dietzenbach](/doc/source/c_trace_de.md) / dietzenbach.de
- [Kreisstadt Friedberg](/doc/source/muellmax_de.md) / friedberg-hessen.de
- [Kreisstadt Groß-Gerau](/doc/ics/gross_gerau_de.md) / gross-gerau.de
- [Kreisstadt St. Wendel](/doc/source/c_trace_de.md) / sankt-wendel.de
- [Kreiswerke Schmalkalden-Meiningen GmbH](/doc/source/hausmuell_info.md) / kwsm.de
- [Kreiswirtschaftsbetriebe Goslar](/doc/source/kwb_goslar_de.md) / kwb-goslar.de
@@ -731,7 +731,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Braintree District Council](/doc/source/braintree_gov_uk.md) / braintree.gov.uk
- [Breckland Council](/doc/source/breckland_gov_uk.md) / breckland.gov.uk/mybreckland
- [Bristol City Council](/doc/source/bristol_gov_uk.md) / bristol.gov.uk
- [Broadland District Council](/doc/source/south_norfolk_and_broadland_gov_uk.md) / southnorfolkandbroadland.gov.uk
- [Broadland District Council](/doc/source/south_norfolk_and_broadland_gov_uk.md) / area.southnorfolkandbroadland.gov.uk
- [Broxtowe Borough Council](/doc/source/broxtowe_gov_uk.md) / broxtowe.gov.uk
- [Buckinghamshire Waste Collection - Former Chiltern, South Bucks or Wycombe areas](/doc/source/chiltern_gov_uk.md) / chiltern.gov.uk
- [Burnley Council](/doc/source/burnley_gov_uk.md) / burnley.gov.uk

22
doc/ics/gross_gerau_de.md Normal file
View File

@@ -0,0 +1,22 @@
# Kreisstadt Groß-Gerau
Kreisstadt Groß-Gerau 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 <https://www.gross-gerau.de/B%C3%BCrger-Service-Online-Dienste/Ver-und-Entsorgung/Abfuhrtermine-PDF-Abfallkalender/index.php> and select your street.
- Click on `Als Kalenderdatei (.ics) herunterladen`, select no alarm. The ICS file will be doanloaded automatically, but one can grab the source URL. (inspecting the button (F12) reveals the URL (you need to add the prefix `https://www.gross-gerau.de`))
- Replace the `url` in the example configuration with this link.
## Examples
### Hagnau
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://www.gross-gerau.de/output/options.php?ModID=48&call=ical&pois=3411.298&alarm=8
```

View File

@@ -0,0 +1,9 @@
title: Kreisstadt Groß-Gerau
url: https://www.gross-gerau.de
howto: |
- Go to <https://www.gross-gerau.de/B%C3%BCrger-Service-Online-Dienste/Ver-und-Entsorgung/Abfuhrtermine-PDF-Abfallkalender/index.php> and select your street.
- Click on `Als Kalenderdatei (.ics) herunterladen`, select no alarm. The ICS file will be doanloaded automatically, but one can grab the source URL. (inspecting the button (F12) reveals the URL (you need to add the prefix `https://www.gross-gerau.de`))
- Replace the `url` in the example configuration with this link.
test_cases:
Hagnau:
url: "https://www.gross-gerau.de/output/options.php?ModID=48&call=ical&pois=3411.298&alarm=8"

View File

@@ -29,6 +29,7 @@ This source has been successfully tested with the following service providers:
- [FES Frankfurter Entsorgungs- und Service GmbH](/doc/ics/fes_frankfurt_de.md) / fes-frankfurt.de
- [Gelsendienste Gelsenkirchen](/doc/ics/gelsendienste_de.md) / gelsendienste.de
- [Hallesche Wasser und Stadtwirtschaft GmbH](/doc/ics/hws_halle_de.md) / hws-halle.de
- [Kreisstadt Groß-Gerau](/doc/ics/gross_gerau_de.md) / gross-gerau.de
- [Landkreis Hameln-Pyrmont](/doc/ics/hameln_pyrmont_de.md) / hameln-pyrmont.de
- [Landkreis Northeim (unofficial)](/doc/ics/nerdbridge_de.md) / abfall.nerdbridge.de
- [Landkreis Stade](/doc/ics/landkreis_stade_de.md) / landkreis-stade.de

File diff suppressed because one or more lines are too long