Have this fixed for 7.1.1. Line 133 of cache_builders/public_calendar.php has this:

$events[$eday] .= " ( <?php echo \$ubbt_lang['EVENT'] ?>: $brief ) \n";

Right before that add this:

$brief = preg_replace('#"#','&quot;',$brief);