While there is no calendar application in the simulator, entries are stored in the sqlite database in $ HOME / Library / Application Support / iPhone Simulator // Library / Calendar / Calendar.sqlitedb
Calendar events are stored in several tables, but mainly in a table called CalendarItem, which can be opened using the sqlite viewer.
If you need a very simple sql lite viewer, the SQLite Manager FireFox plugin works like a champion.
Hope this helps.
source share