From: Jim Hu <ji...@ta...> - 2005-11-11 06:47:44
|
I've seen a problem where calendars aren't showing up when a specific calendar is selected, as opposed to all_calendars_combined...this is using what's in the CVS and not using recursive searching. As far as I can tell, availableCalendars() never pushes the calendar onto the cal_filelist array. I patched my install by forcing a .ics extension onto $filename. } else { foreach ($cal_filename_local as $filename) { array_push($files, "$search_path/$filename".'.ics'); } } ...but that seems very much like a kludge. Any thoughts? ===================================== Jim Hu |