By Guest on Saturday, 15 March 2014
Posted in Pre-Sales
Replies 3
Likes 0
Views 2.1K
Votes 0
Hi,

I want to read the events created at my site using JEvents and show on other application, does JEvents have any Rest API's for this , like plugin / scripts etc.

Thanks
Can you give an example of what you would expect the request URL to look like and what sort of format the results would be in?
·
Sunday, 16 March 2014 10:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Gearaint for reply.

API's should be something like below :

To get all active and future events
http://mydomain.com/JEvents/getEvents

To get events for specified date range
http://mydomain.com/JEvents/getEvents?from=<fromdate>&todate=<todate>


Result (In Json or xml format)

Event name
From Date
To Date
Location
Event Link

Or you can assume that it be like "Latest Events" module but shown on other applications.

Thanks
·
Tuesday, 18 March 2014 03:53
·
0 Likes
·
0 Votes
·
0 Comments
·
There is a club member article (http://www.jevents.net/docs/jevents/ite ... -of-events) that describes how to output your events for print systems, CSV or XML (JSON would be a trivial extension of this) and using a date range menu item you can specify the dates in the form you describe in conjunction with the template override described in article referred to above.
·
Tuesday, 18 March 2014 07:42
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post