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 = Api\Storage\Customfields::get('calendar', true); foreach($custom as $name => $data) { $this->export_fields['#'.$name] = $data['label']; } } }