Thank you Leslie, I have asked them but they are not very responsive. WP all import sent me the below:
——————————————————–
The problem is that the MEC plugin uses custom database tables to store the dates: https://d.pr/i/FPRA8X
You’ll need custom code to update those tables as needed to make the Events show up and work as expected: https://www.wpallimport.com/documentation/advanced/execute-php/
Here’s more information on writing to custom database tables in WordPress: https://codex.www.ads-software.com/Class_Reference/wpdb
——————————————————–
I know that WP all import gives the possibility to run PHP for each imported post during import. However, I don’t know how to write code to update the two custom tables. Do I have to update the specific values/columns once imported? Can I not update the entire custom table after I import all my data?
Many thanks!