Questions tagged [spservices]

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use.

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.

http://spservices.codeplex.com/

184 questions
1
vote
1 answer

Problems importing SharePoint events into FullCalendar

I'm trying to get events from a SharePoint site and insert them into FullCalendar using the method described by Josh McCarty here. An empty calendar shows up successfully using the snippets in Josh's article, however there seems to be an error when…
Ectropy
  • 1,533
  • 4
  • 20
  • 37
1
vote
1 answer

CORS with SPServices + jQuery

I need to access from a different domaine on a mobile a sharepoint list. Here is my code, a simple get request : $.support.cors = true; $(function() { $().SPServices({ operation: "GetListItems", webURL: "http://myurl.com/project/", …
Pull
  • 2,236
  • 2
  • 16
  • 32
1
vote
3 answers

SPServices will not load

In the heading of my page, I have: