-
-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add abfallv_zerowaste_io ICS Documentaiton
- Loading branch information
Showing
5 changed files
with
46 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,31 @@ | ||
# Umweltv | ||
|
||
Umweltv 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://abfallv.zerowaste.io/web-reminder> and select your location and waste types. | ||
- Click on `Kalender Bo/Download` and copy the URL below `Adresse zum Abonnieren`. | ||
- Replace the `url` in the example configuration with this link. | ||
|
||
## Examples | ||
|
||
### Bürs | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://abfallv.zerowaste.io/ical/3338?area_filter=324%2C325%2C326%2C327%2C328%2C329%2C1449%2C1512%2C2046%2C2822&reminder | ||
``` | ||
### Andelsbuch Bergseite | ||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://abfallv.zerowaste.io/ical/1899?area_filter=192%2C193%2C194%2C195%2C1440%2C1441%2C1442%2C1443%2C1466%2C2035%2C2847&reminder | ||
``` |
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,12 @@ | ||
title: Umweltv | ||
url: https://abfallv.zerowaste.io | ||
howto: | | ||
- Goto <https://abfallv.zerowaste.io/web-reminder> and select your location and waste types. | ||
- Click on `Kalender Bo/Download` and copy the URL below `Adresse zum Abonnieren`. | ||
- Replace the `url` in the example configuration with this link. | ||
country: at | ||
test_cases: | ||
Bürs: | ||
url: "https://abfallv.zerowaste.io/ical/3338?area_filter=324%2C325%2C326%2C327%2C328%2C329%2C1449%2C1512%2C2046%2C2822&reminder" | ||
Andelsbuch Bergseite: | ||
url: "https://abfallv.zerowaste.io/ical/1899?area_filter=192%2C193%2C194%2C195%2C1440%2C1441%2C1442%2C1443%2C1466%2C2035%2C2847&reminder" |
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