File path: dist/twist/Core/Models/ICS/Calendar.model.php
Namespace: Twist\Core\Models\ICS
color
— Set the color for the calendar (Experimental, may ot work)
Name | Description |
---|---|
[$intR = null] | n/a |
[$intG = null] | n/a |
[$intB = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$intR = null;
$intG = null;
$intB = null;
//Call the function color with the example vars
$resCalendar = new \Twist\Core\Models\ICS\Calendar();
$resCalendar -> color($intR, $intG, $intB);