When I try to getEvents with a historic start date (older than the current month) I get nothing returned.
var startDate = new DateTime(inDate.Year, inDate.Month, 1).AddMonths(-6);
var endDate = startDate.AddMonths(6);
var monthEvents = Calendar.getEvents(startDate, endDate, "EventInfo", false);
getEvents not working for older start date
When I try to getEvents with a historic start date (older than the current month) I get nothing returned.
Any ideas?
I've tried this in my test enviroment, but I am not able to recreate you issue.
This returns events from 1st August 2014 and until today. This will only return published events.
If you can take a screenshot of a couple of the events you would expect to get, that might help.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.