Songkick does export your concert plans as iCal: https://www.songkick.com/users/USERNAME/calendars.ics?filter=attendance Unfortunately that calendar does contain events you've marked as "Going" as well as the ones you've marked "Interesting. This Cloudflare Worker script does filter your calendar to return just one type of events. So you can subscribe to just one or to both but have different calendar colors for each of them.
Feel free to use the worker I've set up already (as long as they do not reach the free tier limits ;-))
- https://songkick.pandaschinken.workers.dev/USERNAME/going.ics
- https://songkick.pandaschinken.workers.dev/USERNAME/interested.ics
To set up your own worker, follow the Cloudflare Workers: Get started guide until you have a logged in wrangler config.
- Run
wrangler whoami
to get your Account ID - Copy
wrangler.toml.tmpl
towrangler.toml
- Add your Account ID to
wrangler.toml
After that you can publish the code by calling:
wrangler publish