-
-
Notifications
You must be signed in to change notification settings - Fork 738
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ICS source for Litovel, Czech Republic (unofficial) (#3450)
* Added ICS source for Litovel, Czech Republic (unofficial) * Reworded the instruction line on how to use the clipboard content
- Loading branch information
1 parent
a4bb38e
commit 78f426d
Showing
9 changed files
with
181 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
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
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 @@ | ||
# Litovel | ||
|
||
Litovel 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 | ||
|
||
- Go to <https://svoz.litovle.cz/> and using field "Filtr Lokace" filter desired location. | ||
- Click on "Zkopírovat URL ICS souboru do schránky". The URL to ICS calendar will be copied to clipboard. | ||
- Use the URL from the clipboard as the `url` parameter. | ||
|
||
## Examples | ||
|
||
### Olomoucka | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://svoz.litovle.cz/calendars/Olomouck%C3%A1.ics | ||
``` | ||
### Vitezna_sidliste | ||
|
||
```yaml | ||
waste_collection_schedule: | ||
sources: | ||
- name: ics | ||
args: | ||
url: https://svoz.litovle.cz/calendars/V%C3%ADt%C4%9Bzn%C3%A1%20-%20s%C3%ADdli%C5%A1t%C4%9B.ics | ||
``` |
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: Litovel | ||
url: https://svoz.litovle.cz | ||
howto: | ||
en: | | ||
- Go to <https://svoz.litovle.cz/> and using field "Filtr Lokace" filter desired location. | ||
- Click on "Zkopírovat URL ICS souboru do schránky". The URL to ICS calendar will be copied to clipboard. | ||
- Use the URL from the clipboard as the `url` parameter. | ||
test_cases: | ||
Olomoucka: | ||
url: "https://svoz.litovle.cz/calendars/Olomouck%C3%A1.ics" | ||
Vitezna_sidliste: | ||
url: https://svoz.litovle.cz/calendars/V%C3%ADt%C4%9Bzn%C3%A1%20-%20s%C3%ADdli%C5%A1t%C4%9B.ics |
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