Hi I am having issue with the ID of the post of a recurring event after I create it and set it as a recurring event – its the same $post->ID.
I create the recurring event (recur by week) it generates n number of events up to the event end date. When I print out all recurring events on my site they all have the same $post->ID. Is there a way to print out unique ID that I can use to load up that specific recurring event? As of now all the $post->ID are the same and when I try to use the tribe function
tribe_get_start_date($post->ID, true, ‘M j, Y’)
I get the start date of the first instance of my recurring event.
To reiterate I need a unique $post->ID for each recurring event.
Thanks,
Tin