You want to publish a list of upcoming events to a web site. Google Calendar provides a great way to manage that list of events. How do you get the data out of Google and into your web page?
Upcoming.js can lend a hand.
<script type="text/javascript" src="js/upcoming-0.6.0.min.js"></script>
<div id="upcomingjs"></div>
<script type="text/javascript"> upcomingjs.load("…"); </script>Or with jQuery:
<script type="text/javascript"> $('#upcomingjs').upcoming("…"); </script>Be sure to change the "basic" at the end of the feed URL to "full"; we need the extra info.