tREADME - ics2txt - convert icalendar .ics file to plain text | |
git clone git://bitreich.org/ics2txt git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
tREADME (593B) | |
--- | |
1 ics2txt | |
2 ======= | |
3 Set of tools to work with the popular iCalendar format and converting to… | |
4 simpler TSV and text forms. | |
5 | |
6 The current implementation uses [awk](//josuah.net/wiki/awk/) scripts, b… | |
7 rather complete implementation of iCalendar, without memory leak or cras… | |
8 already there, and used for the `ics2tree` linting tool. | |
9 | |
10 `ics2tsv` converts the iCalendar data to an easier-to-parse TSV format. | |
11 | |
12 So far, Awk-based parsing have been tested with the following inputs: | |
13 | |
14 * Zoom meetings generated events | |
15 * FOSDEM events, like <https://fosdem.org/2020/schedule/ical> | |
16 * Google Calendar |