Add Brent Council ICS source

This commit is contained in:
Johnnie Blows
2024-07-18 19:10:55 +01:00
committed by 5ila5
parent 15f61e143d
commit a130780667
6 changed files with 40 additions and 1 deletions

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

@@ -0,0 +1,22 @@
# Brent Council
Brent Council 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://recyclingservices.brent.gov.uk/waste> and enter your post code, and on the following page select your address.
- Right click -> copy the url of the `Add to your calendar (.ics file)` link.
- Replace the `url` in the example configuration with this link. (If you know your address reference, you can just replace the last part of the url with it.)
## Examples
### 25 Shaftesbury Avenue, Harrow, HA3 0QU
```yaml
waste_collection_schedule:
sources:
- name: ics
args:
url: https://recyclingservices.brent.gov.uk/waste/2038877/calendar.ics
```