mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
2.6 KiB
2.6 KiB
Gedling Borough Council (unofficial)
Gedling Borough Council (unofficial) is supported by the generic ICS source. For all available configuration options, please refer to the source description.
How to get the configuration arguments
- Gedling Borough Council does not provide bin collections in the iCal calendar format directly.
- The iCal calendar files have been generated from the official printed calendars and hosted on GitHub for use.
- Go to: https://apps.gedling.gov.uk/refuse/search.aspx and enter your street name to find your bin day/garden waste collection schedule. e.g. "Wednesday G2".
- Select the requried .ics calendar from the folder https://github.com/jamesmacwhite/gedling-borough-council-bin-calendars/tree/main/ical, for the URL, make sure to use the "Raw" button which is the direct URL to the calendar. The URL should start with "https://raw.githubusercontent.com/".
Examples
Monday G1 (General bin collection)
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_monday_g1_bin_schedule.ics
Wednesday G2 (General bin collection)
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_wednesday_g2_bin_schedule.ics
Friday G3 (General bin collection)
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_friday_g3_bin_schedule.ics
Monday A (Garden waste collection)
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_monday_a_garden_bin_schedule.ics
Wednesday C (Garden waste collection)
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_wednesday_c_garden_bin_schedule.ics
Friday E (Garden waste collection)
waste_collection_schedule:
sources:
- name: ics
args:
url: https://raw.githubusercontent.com/jamesmacwhite/gedling-borough-council-bin-calendars/main/ical/gedling_borough_council_friday_e_garden_bin_schedule.ics