« Calendar date functions in MSM | Main | Famous Hostels »
June 26, 2009
Caching the date info for MSM Single Calendar Events
require_once $SYSTEM_ROOT.'/packages/calendar/calendar_event/calendar_event.inc';
.....................
function cache_calendar_dates($asset_id, $add_edit){
$cal = $GLOBALS['SQ_SYSTEM']->am->getAsset($asset_id);
if($add_edit == 'add'){ return $cal->cacheCalendarData(FALSE); }
else{ return $cal->cacheCalendarData(TRUE); }
}
Posted by pj at June 26, 2009 11:42 PM