iOS Calendar Access
I'm building an iOS app using Flex v.4.5.1 and AIR 2.7, and I would like to access the user's iOS Calendar database to:
- Retrieve appointments within a date range
- Receive notifications when appointments change
- Let users create and edit appointments
Apple provides the "Event Kit" framework for doing this in Objective-C.
http://developer.apple.com/technologies/ios/data-management.html
And of course, changes made to the Calendar with Event Kit are automatically synced with the appropriate calendar (Exchange, CalDAV, etc).
Is there anyway to do this in iOS using Flex/AIR? Or any plans to do this in the future??
(It would be cool if the solution worked for Android as well...)
Cheers,
Matt
