I want to ask a question about the iPhone application. Where does the calendar information stored in the iPhone? Is it by using EKEvent?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.