[User Warning] Cache-Control header has already been set. Please use HTTPCacheControl API to set caching options instead.

GET /index.php/events/calendar/ics/announcement-35/20221215T-20221215T

Line 381 in /var/www/html/framework/control/HTTP.php

Source

372 			return;
373 		}
374 
375 		// Warn if already assigned cache-control headers
376 		if ($body && $body->getHeader('Cache-Control')) {
377 			trigger_error(
378 				'Cache-Control header has already been set. '
379 				. 'Please use HTTPCacheControl API to set caching options instead.',
380 				E_USER_WARNING
381 			);
382 			return;
383 		}
384 
385 		$config = Config::inst()->forClass(__CLASS__);
386 
387 		// Get current cache control state

Trace

BEGIN:VCALENDAR PRODID:-//miccai.org//EN VERSION:2.0 METHOD:PUBLISH BEGIN:VEVENT DTSTART;TZID=America/New_York:20221215T DTEND;TZID=America/New_York:20221215T URL:https://miccai.org/index.php/events/calendar/ SUMMARY:MICCAI Fellow Talk Series - Traits and Trends of AI in Medical Imaging. LOCATION: DESCRIPTION:Speaker: Professor Shaohua Kevin Zhou, University of Science and Technology of China (USTC) Thursday, Dec 15 21:00-22:00 (Beijing). END:VEVENT END:VCALENDAR