add ICS Bülach.ch

This commit is contained in:
5ila5
2024-09-04 14:54:04 +02:00
committed by 5ila5
parent a29a037e3c
commit 9281b4a970
7 changed files with 40 additions and 2 deletions

View File

@@ -1495,6 +1495,7 @@ If your service provider is not listed, feel free to open a [source request issu
- [Schönengrund](/doc/source/a_region_ch.md) / a-region.ch
- [Speicher](/doc/source/a_region_ch.md) / a-region.ch
- [Spiegel](/doc/source/koeniz_ch.md) / koeniz.citymobile.ch
- [Stadt Bülach](/doc/ics/buelach_ch.md) / buelach.ch
- [Stein](/doc/source/a_region_ch.md) / a-region.ch
- [Steinach](/doc/source/a_region_ch.md) / a-region.ch
- [Teufen](/doc/source/a_region_ch.md) / a-region.ch

View File

@@ -8197,6 +8197,11 @@
"municipality": "Spiegel"
}
},
{
"title": "Stadt B\u00fclach",
"module": "ics",
"default_params": {}
},
{
"title": "Stein",
"module": "a_region_ch",

View File

@@ -5,7 +5,7 @@ Abfallwirtschaft Sonneberg is supported by the generic [ICS](/doc/source/ics.md)
## How to get the configuration arguments
- Goto <https://www.abfallwirtschaft-sonneberg.de/abfallkalender>.
- Goto <https://www.abfallwirtschaft-sonneberg.de/abfallkalender/>.
- Select your municipality (`Ort`), district (`Ortsteil`) and - if necessary - street (`Straße`).
- Right-click each dropdown field an click `Inspect`. This will open your browser's developer tools and display the corresponding HTML source:

22
doc/ics/buelach_ch.md Normal file
View File

@@ -0,0 +1,22 @@
# Stadt Bülach
Stadt Bülach 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://www.buelach.ch/themen/umwelt-energie-entsorgung/entsorgung/entsorgung-entsorgungskalender>.
- Right-click -> copy link address on the "Entsorgungskalender" link to get the link to the ICS file.
- Use this url as the `url` argument.
## Examples
### Ost
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://eventfrog.ch/stream/de/eventgroup/6652857603254677856.ics?addId=6663904187270590577
```

View File

@@ -0,0 +1,9 @@
title: Stadt Bülach
url: https://www.buelach.ch/
howto: |
- Visit <https://www.buelach.ch/themen/umwelt-energie-entsorgung/entsorgung/entsorgung-entsorgungskalender>.
- Right-click -> copy link address on the "Entsorgungskalender" link to get the link to the ICS file.
- Use this url as the `url` argument.
test_cases:
Ost:
url: "https://eventfrog.ch/stream/de/eventgroup/6652857603254677856.ics?addId=6663904187270590577"

View File

@@ -279,6 +279,7 @@ This source has been successfully tested with the following service providers:
- [Canton of Zürich](/doc/ics/openerz_metaodi_ch.md) / openerz.metaodi.ch
- [Münsingen BE, Switzerland](/doc/ics/muensingen_ch.md) / muensingen.ch
- [Stadt Bülach](/doc/ics/buelach_ch.md) / buelach.ch
### United Kingdom

File diff suppressed because one or more lines are too long