├── AI for Scheduling.ipynb ├── README.md ├── app.js ├── calendar.js ├── heroku.sh ├── models.js ├── package.json ├── routes └── index.js ├── rtm-client.js ├── script.js ├── sendReminders.js ├── test.js └── timeconflicttest.js /AI for Scheduling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/AI for Scheduling.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/README.md -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/app.js -------------------------------------------------------------------------------- /calendar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/calendar.js -------------------------------------------------------------------------------- /heroku.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/heroku.sh -------------------------------------------------------------------------------- /models.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/models.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/package.json -------------------------------------------------------------------------------- /routes/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/routes/index.js -------------------------------------------------------------------------------- /rtm-client.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/rtm-client.js -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/script.js -------------------------------------------------------------------------------- /sendReminders.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/sendReminders.js -------------------------------------------------------------------------------- /test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/test.js -------------------------------------------------------------------------------- /timeconflicttest.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llSourcell/AI_for_Scheduling/HEAD/timeconflicttest.js --------------------------------------------------------------------------------