Skip to content

Instantly share code, notes, and snippets.

@clseva
clseva / app.js
Last active December 10, 2015 22:18
AGCalendar example
/**
* Calendar Module for Titanium
* Read the documentation for more information
*/
// Start off by creating an instance of the module.
Titanium.Calendar = Ti.Calendar = require('ag.calendar');
// Set EventKit as our datasource
Ti.Calendar.dataSource("coredata");