Export this calendar in iCal format.
Date(s) | Location | Title | Keywords | '.date ('D j M Y',strtotime ($event['start_date'])); if ($event['end_date']!=$event['start_date']) echo ' to '.date ('j M',strtotime ($event['end_date'])); echo ' | '; echo ''.htmlspecialchars ($event['location']).' | '; echo ''.htmlspecialchars ($event['title']).' | '; foreach ($event['keywords'] as $i => $kw){ if (!is_null ($selected_keywords) && !in_array ($kw,$selected_keywords)) $event['keywords'][$i]=''.htmlspecialchars ($kw).''; else $event['keywords'][$i]=htmlspecialchars ($kw); } echo ''.implode (', ',$event['keywords']).' | '; echo ''; } ?>
---|