Concrete5 blog and calendar data tables

Permalink
I have a cron script that will email my website members with a message periodically listing recent blog and calendar entries and inviting them to visit the site. I can't find the _c5 tables that hold the blog data or calendar data. Does anyone know where this data is stored?

 
Tony replied on at Permalink Reply
Tony
data in concrete tends to be scattered across a number of tables: collections, pages, collectionversions, blocks, block type tables, etc. you'll want to use the provided libraries to get access to that data. Try starting with the page list class, and pull pages based on page type or parent collection id.
mkjohnson1977 replied on at Permalink Reply
Thanks. I appreciate the help. I will look through the libraries and see what functions might get me the data I need.

Much appreciated,

Michael