Skip to content

Create .ics files for automatic meeting scheduling

License

Notifications You must be signed in to change notification settings

chingu-x/icsgenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icsgenerator - Generate .ics files for team meetings

Table of Contents

Overview

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.

Commands

generate

Description: Generate .ics files

Command: icsgen generate -m <path-to-modelfile> -t <path-to-teamfile> -o <path-to-generated-files> '

Options:

  • --model specifies the path to the model .ics file.
  • --team specifies the path to the file containing recipient data.
  • --output specifies the path to the directory where the customized .ics files 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

Dependencies

See the package.json file.

Change Log

For more information see Change Log

Contributing

See Contributing and our Collaborator Guide.

Authors

Developers on this project can be found on the Contributors page of this repo.

License

MIT

About

Create .ics files for automatic meeting scheduling

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published