Plugin Author
Guido
(@guido07111975)
Hi,
To match (custom) fields (such as event date, location) you need an import plugin that has support for this. And currently I’m not certain whether event date has the same format or not. I will do some testing this week and will let you know.
Guido
Plugin Author
Guido
(@guido07111975)
Hi again,
Have checked how TEC stores its events.
The event date/time is stored in a human readable format in database, but other plugins (like mine) store date/time as timestamp in database.
Event location is stored as ID in database, which is attached to a specific location. But an import plugin is not build to combine both values.
This means it’s not possible to succesfully import event date/time and event location in VS Event List.
Guido