Knowledge Base

Preserving for the future: Shell scripts, AoC, and more

Infcloud with event import feature

I've previously discussed my self-hosted calendar solution, and I have an update for it!

I have now added a working upload feature! See commit 81431ce6cce507535d871020fcb4c9b3844ffd4a. I spent a long time to add these very short lines.

Now, in the new-event form, you can drag-and-drop a .ics file onto the "Import" button, and it will add the new event for you! I was not aware of any previous import/upload feature in InfCloud, so I wrote my own.

I started with duplicates of multiple, large internal functions. In the end though, it was a lot shorter than I thought it would be.

Comments