-
-
Notifications
You must be signed in to change notification settings - Fork 745
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New ICS Souce: stadtbetrieb_frechen_de (#1437)
* added provider * improve frechen ICS how to --------- Co-authored-by: 5ila5 <5ila5@users.noreply.github.com>
- Loading branch information
Showing
5 changed files
with
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Stadtbetrieb Frechen | ||
|
||
Stadtbetrieb Frechen 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.stadtbetrieb-frechen.de/service/abfallkalender> and select your street name. | ||
- Right-click on `Jahreskalender importieren (iCal)` and copy link address. | ||
- Replace the `url` in the example configuration with this link. | ||
- Replace the year in the url with `{%Y}` this way the link keep valid for following years. | ||
|
||
## Examples | ||
|
||
### Elisabethstrasse | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://www.stadtbetrieb-frechen.de/service/abfallkalender/elisabethstrasse-141/{%Y}/ical | ||
``` |
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,10 @@ | ||
title: Stadtbetrieb Frechen | ||
url: https://www.stadtbetrieb-frechen.de/ | ||
howto: | | ||
- Goto <https://www.stadtbetrieb-frechen.de/service/abfallkalender> and select your street name. | ||
- Right-click on `Jahreskalender importieren (iCal)` and copy link address. | ||
- Replace the `url` in the example configuration with this link. | ||
- Replace the year in the url with `{%Y}` this way the link keep valid for following years. | ||
test_cases: | ||
Elisabethstrasse: | ||
url: "https://www.stadtbetrieb-frechen.de/service/abfallkalender/elisabethstrasse-141/{%Y}/ical" |
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
Oops, something went wrong.