Show HN: Icsp – Command-line iCalendar (.ics) to CSV utility (github.com)
Hey folks, I've written this pure bash ICS to CSV conversion tool after needing it for a personal use case.
It all started with realizing that the Google Calendar REST api was too much of a hassle to integrate for a one-off use case (need to change account settings, do a Oauth login & manage tokens...). I then remembered that calendar exports were just a few clicks away in the .ics format, so I decided to use that instead.
I couldn't find anything online other than half broken scripts or language-specific libraries to parse .ics files, so I then went ahead and wrote a straight forward, pure bash implementation for CLI usage.
Hope this is useful for others as well!
I put in a few examples to try out in the readme on Github, let me know if you try it out!
1 comment
[ 3.4 ms ] story [ 14.0 ms ] thread[1] https://hasseg.org/icalBuddy/
[2] https://github.com/ali-rantakari/icalBuddy
[3] https://tinyapps.org/blog/201804010700_archiving_ical_plain_...