spaceapi: calendar use https instead of webcal #13
Loading…
Reference in a new issue
No description provided.
Delete branch "spaceapi"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No, we already discussed this once and came to the conclusion that "webcal" is actually correct.
Wanted to fix https://spaceapi.ccc.de/ not showing our events.
This website is showing stuff, which isn't in our spaceapi response for a long time now and also has more hints of being quite broken. Dunno, if changing that just to make this website maybe work is worth it.
@jopejoe1 If you wanna fix spaceapi.ccc.de, the code seems to be here: https://gitlab.hamburg.ccc.de/spaceapi.ccc.de/eva/-/tree/master/backend. Either by rewriting any "webcal://" url to "https://" or by adding support for that URI scheme to https://github.com/gidsi/ics-golang.
Pull request closed