At the bottom of the tutorial you can find "Database Schema (DDL)" section that shows the database schema. The events (reservations) are stored in "events" table.
SQLite is a file-based database - the database file is called daypilot.sqlite and you'll find it in the application root. You can use a manager application such as SQLiteStudio (https://sqlitestudio.pl/index.rvt) to view and edit the file.
The database-related PHP code can be found in _db.php. You can modify it as needed.
Comment posted by Ryan 8 years ago.
Thank you very much great help needed some visualisation on the data and have it now
Great software !!
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.