Fix typos and read STATUS:CANCELLED
This commit is contained in:
parent
97d0c57eee
commit
c32e3a7dbe
1 changed files with 3 additions and 1 deletions
|
@ -205,7 +205,9 @@ class calendar_ical
|
|||
|
||||
case 'STATUS':
|
||||
if ($attr['value'] == 'TENTATIVE')
|
||||
$event['free_busy'] == 'tentative';
|
||||
$event['free_busy'] = 'tentative';
|
||||
else if ($attr['value'] == 'CANCELLED')
|
||||
$event['cancelled'] = true;
|
||||
break;
|
||||
|
||||
case 'PRIORITY':
|
||||
|
|
Loading…
Add table
Reference in a new issue