File path: dist/twist/Core/Models/ICS/Calendar.model.php
Namespace: Twist\Core\Models\ICS
refreshInterval
— Set the refresh interval for the feed (Experimental, may ot work)
Options: PT5M, PT15M, PT1H, PT12H, PT1D, PT1W
Name | Description |
---|---|
[$strInterval = 'PT1D'] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strInterval = 'PT1D';
//Call the function refreshInterval with the example vars
$resCalendar = new \Twist\Core\Models\ICS\Calendar();
$resCalendar -> refreshInterval($strInterval);