-
-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ICS sources kremstadt and waidhofen, AT
- Loading branch information
Showing
11 changed files
with
345 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# City of Krems | ||
|
||
City of Krems 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 | ||
|
||
- Visit <https://awa.abfuhrtermine.at> and select your location. | ||
- Right click -> copy link address on the `Termine {YEAR}` button. | ||
- Use this URL as the `url` parameter. | ||
|
||
## Examples | ||
|
||
### Krems an der Donau | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://awa.abfuhrtermine.at/webcalzip/Alt%20Rehberg/12/3500/30101 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Waidhofen an der Ybbs | ||
|
||
Waidhofen an der Ybbs 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 | ||
|
||
- Visit <https://m.abfuhrtermine.at/> and select your location. | ||
- Right click -> copy link address on the `Termine importieren` button. | ||
- Use this URL as the `url` parameter. | ||
|
||
## Examples | ||
|
||
### Hauptplatz 1 | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://m.abfuhrtermine.at/icalreminder/Hauptplatz/1/3340/30301 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: City of Krems | ||
url: https://kremsstadt.umweltverbaende.at/ | ||
howto: | ||
en: | | ||
- Visit <https://awa.abfuhrtermine.at> and select your location. | ||
- Right click -> copy link address on the `Termine {YEAR}` button. | ||
- Use this URL as the `url` parameter. | ||
de: | | ||
- Besuchen Sie <https://awa.abfuhrtermine.at> und wählen Sie Ihren Standort. | ||
- Klicken Sie mit der rechten Maustaste auf den `Termine {YEAR}`-Button und kopieren Sie den Link. | ||
- Verwenden Sie diesen Link als `url`-Parameter. | ||
test_cases: | ||
Krems an der Donau: | ||
url: https://awa.abfuhrtermine.at/webcalzip/Alt%20Rehberg/12/3500/30101 |
Oops, something went wrong.