Greetings!
I have a unique situation I’m in where I relate posts to other posts (via Piklist), which works great for single events, but does not at all work with recurring events. The issue is that the relationship meta is generated for the series post, not the subsequently generated posts. So, later, when I try to pull in the related posts, it doesn’t work as the individual events aren’t related — the series is.
I had the idea of, at the time of editing a series, applying the necessary relate meta to the child events. A complication, however, is that the events are generated asynchronously in a separate request, so at the time of the series edit being processed, there’s a good chance the child events haven’t been generated yet. This made me wonder, is there a hook provided for when an event is being generated?
Thanks!