How it works
The tool fetches the play-cricket fixtures page through a public CORS proxy (our own cors-proxy.co.tomd.org, falling back to codetabs.com / allorigins.win / corsproxy.io, because play-cricket doesn't allow direct cross-origin reads), forces the URL to fixture_month=13 so the whole season comes back, and parses each match card out of the DOM.
Each event title is built from your club name and the opposition. The team listed first in a fixture is the home side, so when your club appears first the event reads "home to"; when your club appears second it reads "away to".
Saturday games get the Saturday duration; everything else gets the weekday duration. Times are emitted with TZID=Europe/London (with a VTIMEZONE block) so BST/GMT switches handle themselves. The location and a link to the play-cricket match-details page are added when present.
Everything runs in your browser. Nothing is sent anywhere except the page fetch via the CORS proxy.