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':
|
case 'STATUS':
|
||||||
if ($attr['value'] == 'TENTATIVE')
|
if ($attr['value'] == 'TENTATIVE')
|
||||||
$event['free_busy'] == 'tentative';
|
$event['free_busy'] = 'tentative';
|
||||||
|
else if ($attr['value'] == 'CANCELLED')
|
||||||
|
$event['cancelled'] = true;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'PRIORITY':
|
case 'PRIORITY':
|
||||||
|
|
Loading…
Add table
Reference in a new issue