The waste provider of the Region Hannover unfortunately only offers its calendar as a downloadable ics file. If Dates for the waste collection change, you have to download and update the file manually.
You can use this script to subscribe to the calendar offered by aha.
You can download this script using one of the following methods:
-
Download the script as a zip file from GitHub (click here)
-
Clone the repository with
git clone https://github.com/MrKrisKrisu/aha-calendar-subscription.git
-
Download via composer with
composer require mrkriskrisu/aha-calendar-subscription
You need different data to retrieve the calendar for your address. Go to the aha Abfuhrkalendar and search for your city, street and house number.
In the list you will find two buttons:
Download Ical für Apple
and Android
Right-click on one of these buttons and click Inspect
. The exact name may depend on your browser. You can now see the
source code for aha's form. You need the values for hausnr
, hausnraddon
, ladeort
and strasse
.
Copy the values and paste them into the index.php
of this script.
Then you have to put the script on a web server which is accessible from your calendar.
Subscribe the URL to the index.php
in your calendar.