RSS 0.91 enabled.

tags $filelist = availableCalendarNames($username, $password, $ALL_CALENDARS_COMBINED); foreach ($filelist as $file) { // $cal_filename is the filename of the calendar without .ics // $cal is a urlencoded version of $cal_filename // $cal_displayname is $cal_filename with occurrences of "32" replaced with " " $cal_filename_tmp = substr($file,0,-4); $cal_tmp = urlencode($cal_filename_tmp); $cal_displayname_tmp = str_replace("32", " ", $cal_filename_tmp); echo ''.$cal_displayname_tmp.' '. $calendar_lang.'
'; echo $default_path.'/rss/rss.php?cal='.$cal_tmp.'&rssview=day
'; echo $default_path.'/rss/rss.php?cal='.$cal_tmp.'&rssview=week
'; echo $default_path.'/rss/rss.php?cal='.$cal_tmp.'&rssview=month
'; $footer_check = $default_path.'/rss/rss.php?cal='.$default_cal.'&rssview='.$default_view; echo '

'; } ?>