Welcome to this guide destined for users. We will explain how to install the project and display the differents features that you'll be able to use.
To begin with, you can download our project here : DOWNLOAD
Then you should open a command prompt.
For windows :
WINDOWS KEY + R ---> type 'cmd'.
For Mac OS:
Open menu -> Double click on 'Terminal'.
Go to the root of the folder and install 2 dependencies 'iCal' and 'Caporal'.
npm install ical
npm install caporal
And launch the application with : node planinfo.js
Now, you can switch between functionnalities according to your need.
Check : Verify if the input file is valid or not.
Html : Generate a html view of the file in the root directory.
toPlanInfo : Convert a file to planInfo type.
toICalendar : Convert a file to iCalendar type.
removeEvent : Remove a slot from the specified file.
addEvent : Add a slot to the specified file.
Help : Give informations about a specific command.