You can provide a link for your users to add the dates for an event to their calendar application using the following base URL:
https://jugglingedge.com/eventics.php?
…and either:
EventID=?
For a single event.
? must be an integer and correspond to an event in the events database.
Or:
TimeFrame=Future
Return all upcoming events.
Or:
TimeFrame=?
Return all events within the specified year.
? must be a 4 digit integer corresponding to the year.
Region=?
Return events in a country or continent
? must be either:
Provided that the club meets on a regular pattern you can offer your users the option to add the next meeting date for a club to their calendar application by using the following base URL:
https://jugglingedge.com/clubics.php?
ClubID=?
This parameter is required for all requests for club data.
Return next meeting date(s) for the specified club.
Cnt=?
Return the specified number of meeting dates.
? must be an integer between 1 and 50.