I'm trying to get practically everything (data related) from this website. If someone can get me started, I'm sure I can figure the rest out.
https://www.groupexpro.com/schedule/988/?view=new
In case this could be helpful, below is the script that can embedded on a website.
<script>
var acct = '988'; var loc = ''; var cat = ''; var stylesheet=''; var hideLastnames = true;
var jsHost = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write("<scr"+"ipt src='"+jsHost+"ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js' type='text/javascript'></scr"+"ipt>");
document.write("<scr"+"ipt>var jQuery = jQuery.noConflict(true);</scr"+"ipt>");
document.write("<scr"+"ipt src='https://www.groupexpro.com/schedule/embed/schedule_embed_new_responsive.js.php?a="+acct+"' type='text/javascript'></scr"+"ipt>");
</script>
Thanks in advance.