// "Saturday","10:00 - 10:15 EDT - Welcome address","Welcome Address by FSF","Jupiter","LibrePlanet special sessions","LibrePlanet 2022","","","http://libreplanet.org/2022/speakers/#5910"
+////////////// set this value for new conferences
+$conference_name = "LibrePlanet 2022";
+
include 'ICS.php';
$csv = array_map('str_getcsv', explode("\n", stream_get_contents(STDIN)));
VERSION:2.0
PRODID:-//FSF//lp-csv-to-ics//EN
CALSCALE:GREGORIAN
-NAME:LibrePlanet 2022
-<?php
+NAME:<?php
+echo $conference_name . "\n";
foreach ($csv as $linenum => $line) {