File path: dist/twist/Core/Utilities/ICS.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
loadFile
— Load in an existing ICS file in to be converted into an usable ICS Event/Calendar object
Name | Description |
---|---|
$dirICSFile | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirICSFile = '/home/user/public_html/twist';
//Call the function loadFile with the example vars
Twist::ICS() -> loadFile($dirICSFile);