pull down to refresh

Nice! Thanks for this! So basically gotta update it every time a new event is added.
I’ll look into some automation script to handle this, but for now this will work just fine.
Enjoy a Bitcoin Calendar on your device - you are the first one ✊
You can use a Github Action for this. You could trigger a script to run every time events.db is updated. The script could handle all the formatting, changing the dates (if that is still the best option), adding the recurring rule, and then generate the .ics file, and commit it back to the repo automatically.
reply
I uploaded the file directly on my fork of your project. I don't know why I didn't think of that earlier. Feel free to try.
reply