[TIMOB-3804] iOS - Event Kit feature request
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-05-24T13:39:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | calendar, eventkit, ios |
Reporter | Pedro Enrique |
Assignee | Neeraj Gupta |
Created | 2011-04-28T10:08:07.000+0000 |
Updated | 2013-01-03T11:35:49.000+0000 |
Description
This is a feature request to add the Event Kit and Event Kit UI from iOS, which would allow the app to access the device's calendar events and the ability to add, remove, etc...
Would be a nice feature to have something like:
var eventDialog = Ti.UI.createEventDialog();
eventDialog.show();
// or something like:
Ti.Platform.addCalendarEvent({
month:12,
day:14,
year: 2011,
time: '2:00',
event: 'Birthday Party'
});
There are a few Helpdesk request for this, the latest being: Ticket Number 8100 (which is private)
+1 vote
duplicate of TIMOB-3035
Is there an update on this issue? The native API-implementation would be really great!