0

I have a SharePoint 2010 calendar using Simile Timeline and it has about 545 events. It only shows events up to two weeks ahead of the current date (and going back one year), but there are events later than that on the calendar.

If I remove some events from the timeline then it shows some of the previously missing events. So it looks like ~545 is the max. How do I increase the max so it shows events more than 2 weeks out? I've done web searching but haven't found a solution.

TheDude
  • 33
  • 5
  • Update: I've discoverd that SPServices only puts about 545 items in json.events. There are way more than that in the list. How can I get it to add more? I've looked at the CAML Query and it should be adding more. – TheDude Apr 01 '14 at 18:26
  • Another update: I added the parameter CAMLRowLimit with a high value to SPServices and now it is showing all the future events. That's solved, but I'd still like to know how to make events older than a year show. – TheDude Apr 01 '14 at 23:22
  • Timeline doesn't have any trouble showing events that are older than a year for me. Why not show some code? – Nik Apr 04 '14 at 19:27

1 Answers1

0

I discovered there was code in the CAMLQuery that was causing it so I took it out. Problem solved

TheDude
  • 33
  • 5