pull down to refresh

Ok, I’ll take a closer look tomorrow - it’s late here. Thanks a lot for your input, I’m getting closer to adding a nice and simple way for people to import the calendar to their favorite calendar app!
Cool! For future reference, here is how to title the headings in a .csv to import it into Google Calendar, then export it out into an .ics file. Since the start year is in the description, I made the start year for each 2025...I wasn't sure if it would make the calendar file large when importing if it showed events yearly for 100 years in the past.
reply
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 ✊
reply
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