diff --git a/doc/ics/gipsprojekt_de.md b/doc/ics/gipsprojekt_de.md index 11af1da5..d5613b3e 100644 --- a/doc/ics/gipsprojekt_de.md +++ b/doc/ics/gipsprojekt_de.md @@ -13,6 +13,7 @@ known to work with: - Goto the Abfuhrkalender url of your service provider (like ) and click on your location/street. - Right-click -> copy the url of the Im iCalendar-Format abonnieren/speichern. - Replace the `url` in the example configuration with this link. +- Replace the Jahr argument with `{%Y}` like in the example configuration. This way the year will be automatically updated. ## Examples @@ -23,5 +24,5 @@ waste_collection_schedule: sources: - name: ics args: - url: https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36413&Jahr=2023&Suchkriterium1= + url: https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36336&Jahr={%Y}&Suchkriterium1= ``` diff --git a/doc/ics/yaml/gipsprojekt_de.yaml b/doc/ics/yaml/gipsprojekt_de.yaml index 6c6ad23f..62cc57e3 100644 --- a/doc/ics/yaml/gipsprojekt_de.yaml +++ b/doc/ics/yaml/gipsprojekt_de.yaml @@ -4,6 +4,7 @@ howto: | - Goto the Abfuhrkalender url of your service provider (like ) and click on your location/street. - Right-click -> copy the url of the Im iCalendar-Format abonnieren/speichern. - Replace the `url` in the example configuration with this link. + - Replace the Jahr argument with `{%Y}` like in the example configuration. This way the year will be automatically updated. description: | known to work with: | region | url | @@ -15,5 +16,4 @@ extra_info: country: de test_cases: Heidelberg Berthold-Mogel-Str. (Südstadt): - url: "https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36413&Jahr=2023&Suchkriterium1=" - + url: "https://www.gipsprojekt.de/featureGips/Gips?SessionMandant=Heidelberg&Anwendung=ABFUHRKALENDER&Methode=TermineAnzeigenICS&Mandant=Heidelberg&Abfuhrkalender=Heidelberg&Bezirk_ID=36336&Jahr={%Y}&Suchkriterium1="