TwistPHP Documentation

ICS

File path: dist/twist/Core/Utilities/ICS.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

Type: Utility

ICS — ICS Calendar and Event Handler, can import, edita nd create ics files that are compatible with Google Calendars and iCAl/Mac Calendar

Example Usage

<?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);

Method List

Method Access Returns
createCalendarpublicvoid
createEventpublicvoid
loadFilepublicvoid
parseRawDataprotectedvoid