diff --git a/plugins/calendar/drivers/kolab/kolab_calendar.php b/plugins/calendar/drivers/kolab/kolab_calendar.php index 8667b4da..e4459761 100644 --- a/plugins/calendar/drivers/kolab/kolab_calendar.php +++ b/plugins/calendar/drivers/kolab/kolab_calendar.php @@ -40,7 +40,7 @@ class kolab_calendar extends kolab_storage_folder_api protected $cal; protected $events = array(); - protected $search_fields = array('title', 'description', 'location', 'attendees'); + protected $search_fields = array('title', 'description', 'location', 'attendees', 'categories'); /** * Factory method to instantiate a kolab_calendar object