On 2019-06-10 22:20, Thomas Plass writes: > As per its docstring it's one file per invocation. But the > docstring > also lists: > > $ cat in.ical | ical2orgpy - - > out.org > > I haven't tried, but something like this might work (on > Unixoids): > > $ echo -n > out.org > $ for i in *.ical; do cat $i | ical2orgpy - - >> out.org; echo > >> out.org; done Thank you for the suggestion, I'll give it a try. Best, Alan