_dump_buffers(); header( 'Content-Type: application/force-download; name="calendar.xml"' ); header( 'Content-type: text/xml' ); header( 'Content-Transfer-Encoding: binary' ); header( 'Content-Disposition: attachment; filename="calendar.xml"' ); header( 'Expires: 0' ); header( 'Cache-Control: no-cache, must-revalidate' ); header( 'Pragma: no-cache' ); echo $params['data']; return Ai1ec_Http_Response_Helper::stop( 0 ); } }