export_fields = array('id' => 'Calendar ID') + $bo->field2label; // These are not valid: unset($this->export_fields['participants-c']); unset($this->export_fields['participants-r']); $custom = config::get_customfields('calendar', true); foreach($custom as $name => $data) { $this->export_fields['#'.$name] = $data['label']; } } }