pull down to refresh
0 sats \ 6 replies \ @Tony OP 25 Aug \ parent \ on: Bitcoin Calendar Telegram Bot bitcoin
Does it work for you? Neither apple, nor Google calendar can read it for me. I guess there’s some wrapping issues or something.
Darn. Yea the file worked for me, but I didn't try to redownload it from Github and open it. Your repo didn't allow file uploads (I understand that), so I opened it in a text editor and copied and pasted the contents. It must have been wrapping issues or formatting. It is working on mine.
reply
reply
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