README.md - ics2txt - convert icalendar .ics file to plain text HTML git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/ics2txt DIR Log DIR Files DIR Refs DIR Tags DIR README --- README.md (743B) --- 1 ics2txt 2 ======= 3 Set of tools to work with the popular iCalendar format and converting to even 4 simpler TSV and text forms. 5 6 * `ics2tsv` converts the iCalendar data to an easier-to-parse TSV format. 7 * `ics2tree` lints exhaustively all iCalendar content for inspection. 8 * `tsv2ics` convert back the TSV format to iCalendar. 9 * `tsv2agenda` displays converted TSV data to readable output. 10 11 An ical.c/ical.h library walks through the icalendar structure and is 12 used by the various `ics2*` parsing tools above. 13 14 So far, parsing have been tested with the following inputs: 15 16 * Zoom meetings generated events 17 * FOSDEM events, like <https://fosdem.org/2020/schedule/ical> 18 * Google Calendar 19 * L'agenda du Libre: <https://www.agendadulibre.org/events.ics>