i have 55 events that i need to star inputting into this plugin, mi know there is no import feature on this version, which is kinda fine, but i have 5 basic events and everything else is duplicated from these, is it best to setup my 5 as drafts and then duplicate and then go through all events and change dates which is a little time consuiming but doable, or is there a better way to do this?
Duplicating the events will work fine. If you want to change some of the defaults within a new event there are also some filter hooks you can use with some custom PHP code to customize the defaults. There’s some example code in the developer documentation that may help:
thanks for that, i also have some custom fields that i have added to each of the events, that i need to add when i duplicate the event, looking at this the duplicationi is controlled via EE, is there a way i can add the custom fields so that they get duplicated when i click the duplicate event button. long shot i know. 🙂
We recommend putting the custom code into its own site specific plugin. The action hook is already in Event Espresso core, you’ll actually use the add_action() function to hook into it with your own code.
The support post ‘Event import’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.