-
-
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.
- Loading branch information
Showing
5 changed files
with
40 additions
and
2 deletions.
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 @@ | ||
# Linz AG | ||
|
||
Linz AG 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.linzag.at/portal/de/privatkunden/zuhause/abfall/service_dienstleistungen/abfallkalender> and select your location. | ||
- Click on the download `Abfallkalender (ICS)` button and copy the download link or copy the link of the button after you already pressed it (href changes after first click). | ||
- Replace the `url` in the example configuration with this link. | ||
- Replace the date in the url (after `downloadStartDate=`) with `01-01-{%Y}` this way the link keep valid for following years. | ||
|
||
## Examples | ||
|
||
### Freistädter Straße 9, 4040 Linz | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://services.linzag.at/abfall-rest/icalCalendar?reminderTime=19&address=Freist%C3%A4dter%20Stra%C3%9Fe%209,%204040%20Linz&addressId=12170&isBusinessApp=false&PAP=02&BIO=&LVP=02&RMU=21&downloadStartDate=01-01-{%Y} | ||
``` |
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: Linz AG | ||
url: https://www.linzag.at/ | ||
howto: | | ||
- Goto <https://www.linzag.at/portal/de/privatkunden/zuhause/abfall/service_dienstleistungen/abfallkalender> and select your location. | ||
- Click on the download `Abfallkalender (ICS)` button and copy the download link or copy the link of the button after you already pressed it (href changes after first click). | ||
- Replace the `url` in the example configuration with this link. | ||
- Replace the date in the url (after `downloadStartDate=`) with `01-01-{%Y}` this way the link keep valid for following years. | ||
test_cases: | ||
Freistädter Straße 9, 4040 Linz: | ||
url: "https://services.linzag.at/abfall-rest/icalCalendar?reminderTime=19&address=Freist%C3%A4dter%20Stra%C3%9Fe%209,%204040%20Linz&addressId=12170&isBusinessApp=false&PAP=02&BIO=&LVP=02&RMU=21&downloadStartDate=01-01-{%Y}" |
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