Trouble adding iframe to Calendar Additional Details View

I am working with Version 6.5.11 (Build 8754).  I am trying to add a google calendar iframe to the calendar additional detail pop up.  I am editing additionaldetails.php in metadata (custom folder) for meetings module but I do not see the change pop up. 
This is the code I am adding to the file. 
Please let me know what am doing wrong.
if(!empty($fields['MAP'])) {
  $overlib_string .= '<b>'. $mod_strings['LBL_MAP'] . '</b> ' . substr($fields['MAP'], 0, 300);
  if(strlen($fields['MAP']) > 300) $overlib_string .= '...';
  $overlib_string .= '<br>';
}