I'm trying to replicate this form here http://laverne.edu/form/information-session/ which uses Google calendar to show upcoming events. It's in effect an event registration form. The problem is that it needs to be a standalone form, it can't be on an event detail page or anything like that, it just needs to be on a simple page template.
I'm wondering if it's wise to do this. I want to create the form programmatically using the resources provide by Gravity Forms, and within that form, I would like to query events and have them show up to the user depending on some conditional logic.
Could this setup work? I'm not afraid to code it, I just don't want to get stuck somewhere where I can't get integration to work. I'm hoping that GF is open enough for quite a bit of tweaking.