Hi there,
I’ve built a custom CSV export script so my client can access their data easily. Using tribe_get_events, I’m basically just outputting all the data for each event to an array, then printing the array to a CSV file. It works fine, but the problem is that recurring events only appear once, instead of having multiple instances for each recurrence. In the WP admin panel, each recurrence shows as a separate event.
Is there a way to modify tribe_get_events such that it would be able to output a new line for each recurrence of the recurring events?
Thanks!