• Hi Joe!

    Thanks for the great plugin! πŸ™‚

    I was wondering if there was a way to add events programmatically when a gravity form is submitted. I have a date field in the form and a category number can be assigned to coincide with the my_calendar_categories table.

    Thank You!

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    It’s certainly possible; you’d want to use the gform_entry_created action from Gravity Forms, a custom handler to take the data from the form and parse it into an acceptable format, then it could call my_calendar_save( 'add', $event ) to create the event.

Viewing 1 replies (of 1 total)

The topic ‘Add Events Programatically’ is closed to new replies.