defined('_JEXEC') or die; // Include the DPcalendar library require_once JPATH_SITE . '/libraries/dpcalendar/helper.php'; // Get the DPcalendar events $events = DPCalendarHelper::getEvents(); // Display the events with similar tags as Joomla articles foreach ($events as $event) { // Your display logic here }