DarkmiraTour / community-event-manager

Web application with a collection of tools helping people organising community events such as multi-days conference with reminders, CRM and such
GNU General Public License v3.0
21 stars 22 forks source link

Add an option to retrieve Conference and speakers from opencfp tools #97

Closed kevinjhappy closed 4 years ago

kevinjhappy commented 5 years ago

Description

The opencfp is a project to deal with call for papers. We will need to add connectivity to this project to retrieve the speakers and conferences linked to them in order to schedule the slot with the chosen conference

kevinjhappy commented 5 years ago

After studying the openCFP project, there is no particular part about implementing webservices, however, there is extract in CSV format options, sent by email or directly downloadable by the browser.

So on our part, we will need a tool to implement a flat CSV to be read and add information we need in our database

kevinjhappy commented 4 years ago

Load speaker from OpenCFP with Webservice is not possible, the load with CSV exported file is possible and has been made, so this issue can be closed now