Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-3804] iOS - Event Kit feature request

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionDuplicate
Resolution Date2012-05-24T13:39:09.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelscalendar, eventkit, ios
ReporterPedro Enrique
AssigneeNeeraj Gupta
Created2011-04-28T10:08:07.000+0000
Updated2013-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)

Comments

  1. Steven Verbeek 2011-09-02

    +1 vote
  2. Gabriel Tavridis 2012-05-24

    duplicate of TIMOB-3035
  3. Hans Knöchel 2013-01-03

    Is there an update on this issue? The native API-implementation would be really great!

JSON Source