ICS add kredslob_dk

This commit is contained in:
5ila5
2024-07-06 16:55:42 +02:00
committed by 5ila5
parent 144d6109d3
commit 1122ed0ae3
5 changed files with 48 additions and 1 deletions

View File

@@ -539,6 +539,7 @@ Waste collection schedules in the following formats and countries are supported.
- [Fanø Kommune](/doc/source/affaldonline_dk.md) / fanoe.dk
- [Favrskov Forsyning](/doc/source/affaldonline_dk.md) / favrskovforsyning.dk
- [Fredericia Kommune Affald & Genbrug](/doc/source/affaldonline_dk.md) / affaldgenbrug-fredericia.dk
- [Kredsløb](/doc/ics/kredslob_dk.md) / kredslob.dk
- [Langeland Forsyning](/doc/source/affaldonline_dk.md) / langeland-forsyning.dk
- [Middelfart Kommune](/doc/source/affaldonline_dk.md) / middelfart.dk
- [Nyborg Forsyning & Service A/S](/doc/source/affaldonline_dk.md) / nfs.as

31
doc/ics/kredslob_dk.md Normal file
View File

@@ -0,0 +1,31 @@
# Kredsløb
Kredsløb 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.kredslob.dk/produkter-og-services/genbrug-og-affald/affaldsbeholdere/toemmekalender> and select your location.
- Click on `Abonnér på kalender` to get a ical subscription url.
- Replace the `url` in the example configuration with this link.
## Examples
### Skovparken 5, 8240 Risskov
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://portal-api.kredslob.dk/api/calendar/icsfeed/07517381___5_______/67799
```
### Skødstrupbakken 67, 8541 Skødstrup
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://portal-api.kredslob.dk/api/calendar/icsfeed/07517484__79_______/71319
```

View File

@@ -0,0 +1,11 @@
title: Kredsløb
url: https://kredslob.dk/
howto: |
- Goto <https://www.kredslob.dk/produkter-og-services/genbrug-og-affald/affaldsbeholdere/toemmekalender> and select your location.
- Click on `Abonnér på kalender` to get a ical subscription url.
- Replace the `url` in the example configuration with this link.
test_cases:
Skovparken 5, 8240 Risskov:
url: "https://portal-api.kredslob.dk/api/calendar/icsfeed/07517381___5_______/67799"
Skødstrupbakken 67, 8541 Skødstrup:
url: "https://portal-api.kredslob.dk/api/calendar/icsfeed/07517484__79_______/71319"

View File

@@ -148,6 +148,10 @@ This source has been successfully tested with the following service providers:
- [Strathcona County, ON](/doc/ics/recollect.md) / strathcona.ca
- [Waste Wise APPS](/doc/ics/recollect.md) / edmonton.ca
### Denmark
- [Kredsløb](/doc/ics/kredslob_dk.md) / kredslob.dk
### Germany
- [Aballwirtschaft Ludwigslust-Parchim AöR](/doc/ics/alp_lup_de.md) / alp-lup.de

File diff suppressed because one or more lines are too long