I am trying to add this module.
I have added the zip file in the titanium folder, and i have unzipped it. Now it has a folder “Module”. I have taken the folder “com.ti.calendar” from that folder and I placed that one in the Titanium folder.
Now I have edited my tiapp.xml and added the following lines:
<module version="0.1">com.ti.calendar</module>
I added the following line in my app.js:
var Calendar = require('com.ti.calendar');
It always says that it can’t find com.ti.calendar.
Can anyone tell me what I’m doing wrong here?
Thanks!
Tjeu
This question is solved.
I had 2 application support folders, one under the root and one under Users. I was working with the one under users, which was the wrong one.