I am creating a simple Reservation Booking site using JEvents. I want the user to select dates from the calendar and when the event is saved I'd like to trigger a PHP script that makes API calls to a pricing site and return the results for user approval.
I've got the API and am working on the module to support it. What I need to know is does JEvents have a way to make the call to my code when an event is created?
Thank you....
I've got the API and am working on the module to support it. What I need to know is does JEvents have a way to make the call to my code when an event is created?
Thank you....