Your IP : 216.73.216.240


Current Path : /home/juvelize/www/components/com_icagenda/tmpl/event/
Upload File :
Current File : /home/juvelize/www/components/com_icagenda/tmpl/event/default_vcal.php

<?php
/**
 *----------------------------------------------------------------------------
 * iCagenda     Events Management Extension for Joomla!
 *----------------------------------------------------------------------------
 * @version     3.8.0 2021-12-14
 *
 * @package     iCagenda.Site
 * @subpackage  tmpl.event
 * @link        https://www.icagenda.com
 *
 * @author      Cyril Rezé
 * @copyright   (c) 2012-2024 Cyril Rezé / iCagenda. All rights reserved.
 * @license     GNU General Public License version 3 or later; see LICENSE.txt
 *
 * @since       3.2.9
 *----------------------------------------------------------------------------
*/

defined('_JEXEC') or die;

use iClib\Vendor\IcalcreatorLibrary as iCalcreator;

iCalcreator::returnIcs($this->item);