Skip to main content
January 11, 2012
Question

Can AIR interact with iPhone Calendar?

  • January 11, 2012
  • 1 reply
  • 614 views

Hi, I work on flash platform and am developing an app for iPhone. In one of the module, there is a date field, so users can create an event using the date field. The module requirement is such that once a user selects a date, the date will be added to iPhone Calendar. Is there any API to interact with iPhone Calendar?

Please let me know your views.

Thanks,

Salim

This topic has been closed for replies.

1 reply

Chris W. Griffith
Community Expert
Community Expert
January 11, 2012

There is no method to access the native Calendar or Contacts db at this time. You would have to write a custom Native Extenstion to enable this.

Chris

Colin Holgate
Inspiring
January 11, 2012

Apparently with iOS 5 you can open an .ics file with Safari. That could give you the potential to write a calendar file and then open it with a StageWebView. I haven't tried it, but the hard part will be creating the .ics file. You could start by making a couple of test cases, and then see what the differences are.