hello,
for some reason, I have some .txt and some .html file in folder where my .ics files are.
with 2.24 versions of phpicalendar, only .ics files appeared in the "Pick multiple:", witch is normal.
in the 2.31 version, the .txt and .html files appears in the Pick multiple:" (it shouldn't).
but it doesn't affect the calendar view.
jean duffas.
Fix:
publish.php (in calendar folder)
change the 1 to a 0 example below:
// toggle logging
define( 'PHPICALENDAR_LOG_PUBLISHING', 1 );
to:
// toggle logging
define( 'PHPICALENDAR_LOG_PUBLISHING', 0 );