I am using All in one Events Calendar
plugin to add the events. It works fine in CMS. I would like to display the events data in mobile version. for this i used JSON-API
for obtaining web-services in json format.
To obtain all events , I dint find any plugin which will full-fill my requirement. so i started writing php code and uploaded the getevents.php
to www/.../services/getevents.php
When i execute the file it is redirected to Calendar page in my cms. But i am expecting a json formatted output of all the events.
Please suggest a solution…
Thanks