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
<?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 | Access | Returns |
---|---|---|
createCalendar | public | void |
createEvent | public | void |
loadFile | public | void |
parseRawData | protected | void |