By Guest on Monday, 14 November 2016
Replies 5
Likes 0
Views 2.6K
Votes 0
I need to be able to create events from a different system (actually google forms). Is there a way I can automate this process? For example via a REST call to JEvents?
We don't have a REST API but we do allow importing events from iCal or CSV file. If you are good at PHP then you may be able to take the reformatted output of the form as CSV OR adapt the CSV import code to your needs but its not a built in feature
·
Monday, 14 November 2016 15:44
·
0 Likes
·
0 Votes
·
0 Comments
·
CSV import is good enough for the integration . Where can I read more details about the file format and method signature? What is the way to access this method? Is it via HTTP?
·
Monday, 14 November 2016 15:46
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Tuesday, 15 November 2016 06:00
·
0 Likes
·
0 Votes
·
0 Comments
·
We decided to use CSV imports since we are adding a massive amount of data. Few questions though (couldnt' find them on the referred page):

1. Where to actually execute an import?
2. Can I define a publication status?
3. How to deal with multiple choice values? Should we put the numeric values or titles visible on the front-end?
·
Thursday, 12 January 2017 21:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

1. Via the JEvents -> Calendars -> New from URL and define the .csv url
2. How do you mean? So published or unpublished?
3. Is this the custom fields? It would tend to be the values.

Many thanks
Tony
·
Thursday, 12 January 2017 22:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post