Hello,
I want to get all the events to JSON on click of a button which is outside the calendar.
the scheduler.getEvents() returns me an empty array always, it does this when i pass the start date and the the end date too. not sure whats going on there.
anyway I was trying the other function scheduler.toJSON() this kind of does what i need, but it returns the recurring events with the rec_types, is there anyway I can get the actual events. I am not using recurring events with no end date. all of the recurring events have a limit.
also i found this variable which contains all the events schedular._events, but it only has to events which are in the current visible calendar, otherwise that works for my requirement.
any help much appreciated.