Notifications
Clear all
Topic starter
25/03/2019 3:09 pm
Does anyone have experience with calendar data from iPhones? I have a logical extraction from an iPhone 6 and actually have quite a bit of data. There is a specific calendar event on the phone that is extremely important and I am trying to ascertain when the calendar event was created. Any ideas?
Thanks in advance!
03/07/2019 9:23 am
Morning,
I imagine you may have found the answer to your question already, but having just had a look at this, the database you would want to look at is calendar.sqlitedb.
This can be found at the following location (for iOS 10.2.1)
/var/mobile/Library/Calendar
This database has a table named 'CalendarItem', within which there is a 'creation_date' as well as a 'last_modified' date.
Hope that helps!
Thanks,
J