Fix typo
This commit is contained in:
parent
03736d142e
commit
54b5b1bdc8
1 changed files with 1 additions and 1 deletions
|
@ -465,7 +465,7 @@ class libvcalendar implements Iterator
|
|||
|
||||
case 'X-MICROSOFT-CDO-BUSYSTATUS':
|
||||
if ($prop->value == 'OOF')
|
||||
$event['free_busy'] == 'outofoffice';
|
||||
$event['free_busy'] = 'outofoffice';
|
||||
else if (in_array($prop->value, array('FREE', 'BUSY', 'TENTATIVE')))
|
||||
$event['free_busy'] = strtolower($prop->value);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue