3include __DIR__ .
'/../vendor/autoload.php';
8 echo
"This script can be used to measure the speed of the 'recurrence expansion'\n";
11 echo
"Usage: " .
$argv[0] .
" inputfile.ics startdate enddate\n";
15list(, $inputFile, $startDate, $endDate) =
$argv;
28$vobj->expand(
new DateTime($startDate),
new DateTime($endDate));
An exception for terminatinating execution or to throw for unit testing.
static read($data, $options=0, $charset='UTF-8')
Parses a vCard or iCalendar object, and returns the top component.
const VERSION
Full version number.