Thanks Barry –
I was able to get the post ID thing figured out in javascript, and thanks to your suggestion I am able to get the start date for the recurring events, but not the end date – is there a reason why this would work: tribe_get_start_date( $post->ID, FALSE, ‘F j’ );
but this just returns the start date again? tribe_get_end_date( $post->ID, FALSE, ‘F j’ );
?
How else might I be able to get the last date for that recurring event?
Thanks again for your help!