- Create New Project and make sure you cloud-enable the application
- Download the starter template from the github repo https://github.com/aaronksaunders/acs-adapter-starter/archive/master.zip
- Copy the contents of the app directory from the starter-template to replace the files in the new project you just created
- Login to the appcelerator cloud service console - my.appcelerator.com
- create a new test user for the application
- add the
event.jsfile to theapp/modelsdirectory - add the function to you application and that should create a new Event
###Extending Model Example
We also show an example of extending the Event model object to return the formatted time in two different ways using the moment.js javascript library