To make it a bit quicker, I’m specifically referring to a change on src/Tribe/iCal.php line 342 from:
$item[] = 'URL:' . get_permalink( $event_post->ID );
To some kind of if statement allowing it to also be
$item[] = 'URL:' . get_post_meta( $event_post->ID, '_EventID' );