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 );