add ICS Documentation for piesting_at

This commit is contained in:
5ila5
2024-08-23 15:00:09 +02:00
committed by 5ila5
parent 30c0038512
commit d7da109b12
6 changed files with 39 additions and 1 deletions

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

@@ -0,0 +1,22 @@
# Markt Piesting Dreistetten
Markt Piesting Dreistetten 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.piesting.at/muellentsorgung/>.
- Right-click -> copy link address on the "Herunterladen" button below "digitaler Kalender".
- Replace the `url` in the example configuration with this link.
## Examples
### ICAL File
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://www.google.com/calendar/ical/7570b106hm2i4dibq23tes9p8c%40group.calendar.google.com/public/basic.ics
```