Is it possible to automatically set the event status ( Scheduled,Cancelled,Moved Online,Postponed,Rescheduled) using the CSV file when I import all my events
Mar 8,2022 AT 12:47AM - 3 years ago -Hello,
Please follow
https://docs.myeventon.com/documentations/import-additional-fields-using-hooks/
Instead of _field_var_name use _status variable.
perfect.
in the CSV document add _status in the header?
and the parameter to pass would be “postponed” for example?
Column name should be newfield and postponed – column content.