diff --git a/plugins/calendar/lib/calendar_ical.php b/plugins/calendar/lib/calendar_ical.php index cec20400..0fea74e0 100644 --- a/plugins/calendar/lib/calendar_ical.php +++ b/plugins/calendar/lib/calendar_ical.php @@ -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':