Hey,
Thanks for following up.
I’m still not sure exactly how you’re wanting to integrate with Gravity Forms, however to get a list of dates for events within a specific category you can use “tribe_get_events()” to query the events on your site. In the arguments that you use for the “tribe_get_events()” function you can useĀ “tax_query” to target the “tribe_events_cat” terms that you want to pull.
Once you’ve got the events for your category using the functions above, you can use the “_EventStartDate” meta for each of the events to get the dates.
Let me know if this helps.
Thanks!