Hi,
I am building a site where I want each event to be in sync with a custom post type of mine, since I can only take advantage of your calendar functionality via the tribe_events post type. On user updates, or when dealing with the basic data, the tribe_events_update_meta hook works fine. However I am running into a problem when trying to sync the featured image using the aggregator.
In src/Tribe/Aggregator/Record/Abstract.php line 1213-1243, the featured image for imported items is added, however this is after any hooks I found that I can use to grab the data, and then the loop ends for each imported item š
So, how do you suggest I hook into the importer to duplicate each event into my own custom post type? I tried following the process to look for any other hooks which might provide more complete data but no luck.
Thanks,
Andrew