adrianlee44/ical2json

Option to write JSON from converted iCal to different directory?

jamesmacwhite opened this issue · 2 comments

Would there be a way to output the converted JSON to a different directory to where the source iCal file current exists?

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.

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.