Fix typos and read STATUS:CANCELLED

This commit is contained in:
Thomas Bruederli 2013-02-21 17:33:17 +01:00
parent 97d0c57eee
commit c32e3a7dbe

View file

@ -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':