icsgenerator creates .ics calendar invitation file by applying the contents
of a file containing recipient details with a model .ics file. The resulting
file can then be distributed to recipients so they can add them to their
personal calendars.
Description: Generate .ics files
Command: icsgen generate -m <path-to-modelfile> -t <path-to-teamfile> -o <path-to-generated-files> '
Options:
--modelspecifies the path to the model.icsfile.--teamspecifies the path to the file containing recipient data.--outputspecifies the path to the directory where the customized.icsfiles will be created.
Examples:
Setup the environment variables for Discord extracts
node ./icsgen generate -m ~/icsfiles/model.txt -t ~/icsfiles/teamdata.txt -o ~/icsfiles/customfiles
See the package.json file.
For more information see Change Log
See Contributing and our Collaborator Guide.
Developers on this project can be found on the Contributors page of this repo.