Hi Fabsor,

Great module! I was able to easily connect it to my SP instance at work.

I'm mainly using the feeds side of the module. When I first enabled the module I got the following error. It would appear anytime I loaded a module or emptied my cache. I'm hosted on the Acquia Dev Cloud.

warning: htmlspecialchars() expects parameter 1 to be string, array given in check_plain() (line 1584 of /mnt/www/html/mysite/docroot/includes/bootstrap.inc).

I am not using the views side of the module, so I deleted

function sharepoint_views_api() {
return array(
'api' => 3.0,
'path' => drupal_get_path('module', 'sharepoint') . '/views',
);
}

from sharepoint.module and I was able to retain the feeds functionality I wanted. Still I am not sure if there is an issue with views that others may run into.

I am using Views 7.x-3.3.

Thanks,
Chris