Integrating Gravity Forms and The Events Calendar

Home Forums Calendar Products Events Calendar PRO Integrating Gravity Forms and The Events Calendar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1050957
    Josh Fialkoff
    Participant

    Hi,
    This is a follow-up to https://theeventscalendar.com/support/forums/topic/adding-fields-in-tickets-extension/#post-1050525, which is closed to new comments.

    both do indeed work well alongside each other, and with Gravity Forms a little bit of custom coding can go a long way.

    Does anyone have examples or API documentation on ways to integrate Gravity Forms and The Events Calendar?
    My team and I are interested in building a plugin connecting the two plugins. I am wondering what work has been done on this and what documentation exists to help with this.
    Thanks,
    Josh

    #1051543
    George
    Participant

    Hey @Josh,

    While there isn’t specific documentation about connection both plugins, there are some resources that might be quite helpful regardless. First and foremost is the documentation for Gravity Forms’ API, which lives inside a class called GFAPI. You can see some really great documentation for this API class here → http://inlinedocs.gravityhelp.com/class-GFAPI.html

    Now the embarrassing part – the documentation for our own API is not nearly as good. Because our API class is so recent, at this time the best documentation for it is just the API class itself, and its methods and the in-code comments that accompany each class method.

    You can find The Events Calendar’s API class here:

    the-events-calendar/src/Tribe/API.php

    The API class is called Tribe__Events__API – hopefully with both API classes you can put together something quite robust!

    Cheers,
    George

    #1076527
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Integrating Gravity Forms and The Events Calendar’ is closed to new replies.