B4i Library iEventKit - Calendar events and reminders

iEventKit provides access to the device stored calendar events and reminders.

upload_2017-2-19_17-9-57.png upload_2017-2-19_17-11-29.png

Events and reminders are both stored in the calendar database and are treated in very similar ways.

Steps to access calendar information:
1. Add usage description. Note that there are two required #PlistExtra declarations for each type.
2. Check the current authorization status based on the required items type. If it is NOT_DETERMINED then you need to call RequestAccessReminders or RequestAccessEvents. A permissions dialog will be displayed.
If the user has denied access then the only way to revert it is by uninstalling the app and installing it again or by setting it from the Settings app.

See the two attached examples.

iEventKit - copy XML file to internal libraries folder and two other files to the Mac Libs folder, if using a local Mac.
 

Attachments

  • Reminders.zip
    3 KB · Views: 9
  • CalendarEvents.zip
    3.2 KB · Views: 14
  • iEventKit.zip
    86.8 KB · Views: 16
Last edited:
Top