Option to write JSON from converted iCal to different directory?
jamesmacwhite opened this issue · 2 comments
jamesmacwhite commented
Would there be a way to output the converted JSON to a different directory to where the source iCal file current exists?
adrianlee44 commented
There isn't one at the moment. I don't see any reason why an additional option can't be added to support writing to a specific file path.
jamesmacwhite commented
That would be great. Currently I'm using ical2json in conjunction with fs-jetpack to control the destination of the written file to work around this.