Settings

Theme

icsp – Command-line iCalendar (.ics) to CSV parser

github.com

4 points by lot3oo 3 years ago · 1 comment

Reader

lot3ooOP 3 years ago

Everyone is out here making fancy AI projects and talking about high tech stuff. In the mean time, I wrote this plain bash script to convert .ics files (a format from 1998) to CSV files.

This lets you explore your calendar data without needing to setup API access and deal with authorization to your calendar software's API. (common ones all have .ics exports readily available)

Combine this with CSV tooling and you got yourself some quick and easy calendar data analysis / exploration setup.

Hope you like it!

CSV utilities (still haven't pick a favorite one...): https://github.com/harelba/q https://github.com/BurntSushi/xsv https://github.com/wireservice/csvkit https://github.com/johnkerl/miller

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection