Where the iPhone store the calendar information?

最后都变了- 提交于 2020-01-05 10:31:14

问题


I want to ask a question about the iPhone application. Where does the calendar information stored in the iPhone? Is it by using EKEvent?


回答1:


The calendar is stored in a SQLite3 database at /var/mobile/Calendar/Calendar.sqlitedb. On the simulator, it is at /Users/<username>/Library/Application Support/iPhone Simulator/User/Library/Calendar/Calendar.sqlitedb.

You shouldn't access this database directly.

And yes, EventKit is just using this database.



来源:https://stackoverflow.com/questions/3446587/where-the-iphone-store-the-calendar-information

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!