Script to generate an easy csv file to import into the Events Calendar plugin. It will generate recurring events based on the number of specified weeks with or withouts break time in the middle.
- Specify events (first week that will be repeated every week) and general config in the config.js
- Generate csv file
npm start
ornode src/index.js
- You can now import generated csv file to the Event Calendar plugin
npm run test