pull down to refresh
0 sats \ 4 replies \ @Tony OP 25 Aug \ parent \ on: Bitcoin Calendar Telegram Bot bitcoin
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
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