Today it is me, looking for some help or cooperation. I am not asking for Goooooogle-search-terms but I'm looking for experience with Microsoft Sharepoint integration.
Use case
- Custom Page in AppGini
- I've already integrated a PDF-Viewer into one of my custom pages:
- Next would be integrating a Sharepoint Document viewer/editor
- Search for existing Sharepoint Documents, filtered by given criteria, using PHP or Javascript/AJAX
- List retrieved data including fields like title, date-fields, document-URL, perhaps some version information
- Load and show a certain document in an
<iframe/>
container
or browser tab, if iframe is not possible
- Discussion about possibilities, pros and cons.
- Sharepoint Service URLs
- Authentication
- Remote-app authorization
- Retrieving JSON or XML data using AJAX or PHP
- Document URL's
-
allow*
-settings for<iframe/>
-embedding, if possible at all - Tipps for document-editing (PDF?, Office documents), if possible
Thanks in advance!