NIME 2026 CalDav

For the NIME 2026 organising team, on the off-chance it is helpful I used the programme data to generate a caldav format file.

I tend to live and die by my calendar, so like to generate these when I can.

There is a python script at the bottom as well, but I imagine you can skip the scraping part

It can be subscribed to through google calendars, apple calendars and (I believe) Outlook as well: webcal://p141-caldav.icloud.com/published/2/MTIyNjUzNjU5NDEyMjY1M0vj5Y8Cf-19jh_OmobK3sXzUQ9Dk_7-2uKyqGuUsScdaSIM1he5lfa3hv43PEbhAT_5qmDjG7ZwmGlc1NO6O48

Thank you for all the amazing work you’ve done organising for this year’s NIME.

1 Like

Oooh this is super awesome! I also live by my calendar haha

Mind if we share it around beyond this post? Thanks!!! :star_struck:

@courtcourtaney of course! The location info is scraped as well, so a lot of that it is still TBD. I’ll re-run everything closer to the time when rooms are set. The python script can be implemented as part of a GitHub workflow if you’re using GitHub Pages for the site, that way attendees can subscribe to the file and it should update anytime you push new information.

There is a granular presentation version which I have been using to help plan what I can attend, assuming we can enter/exit during presenter changeovers of course

@courtcourtaney

Update: Location data added

You can add webcal as the URI handler for cheap and cheerful “subscribe button”. e.g.,

https://gist.githubusercontent.com/mhamilt/856ce561df4e89601fa2a02832a1f69a/raw/nime2026.ics

to

webcal://gist.githubusercontent.com/mhamilt/856ce561df4e89601fa2a02832a1f69a/raw/nime2026.ics

1 Like