So after looking more closely for the feeds view fetcher/parser that my Drupal installation couldn't find, I found the files in the feeds folder (SharePointViewFetcher.inc and SharePointViewParser.inc) but no include directive in the .info file (???). I renamed them to sharepoint_view_fetcher.inc and sharepoint_view_parser.inc, (per the error messages) and added the directive to .info, but still can't get anything to work here.

Now I'm getting these errors:

Deprecated function: Assigning the return value of new by reference is deprecated in _registry_check_code() (line 3138 of C:\wamp\www\apps-app\includes\bootstrap.inc).
Deprecated function: Function set_magic_quotes_runtime() is deprecated in soap_transport_http->setEncoding() (line 2670 of C:\wamp\www\apps-app\sites\all\modules\sharepoint\nusoap\nusoap.php).
Warning: Invalid argument supplied for foreach() in sharepoint_admin_endpoint_lists_form() (line 39 of C:\wamp\www\apps-app\sites\all\modules\sharepoint\sharepoint.admin.inc).

Moreover, there are no lists to select from for the fetcher or parser. It looks like others have had this problem, judging from the issues.

What's up with this module? The status says actively maintained, but it doesn't look like any of the issues in the queue have been addressed in three years; no support, no maintenance, no documentation...

I was initially encouraged to watch a demo video by the creator of the module, but it covers earlier functionality. I'm not good enough with PHP to do much in the way of maintenance, but I'd be happy to write up some detailed documentation if someone out there can help me get this module working.

Thanks,

Matt