• Resolved samjco

    (@samjco)


    I would like to create a new meeting based on ACF / custom meta..
    Can you let me know the action/hook code that creates meetings?

    I want to add it in my Functions.php and hook it to the save_post function.
    What are the parameters?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @samjco ,

    You will have to review the parameters yourself as this would be extending upon the plugin and i am hesitant to give you a one for all.

    What i would recommend is to review the plugin code, specially the API calls made to create meetings.

    I have a similar question.

    First though, I’m very impressed with what I see, very cool plugin. Thank you so much for all your hard work.

    This might be along the same lines as what @samjco is trying to do on this thread.

    I’m wondering if it’s possible to create a meeting with PHP code. Maybe there is a PHP function that can be called?

    My overall idea: I would take care of creating my own PHP page within the WordPress framework. It would force users to login, then allow them to submit a Meeting Name, Date/Time, etc. for scheduling their own meetings. Then I’d call the “create new Zoom meeting” PHP function on the backend to create the meeting.

    Thread Starter samjco

    (@samjco)

    +1
    And thank you for this awesome plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dynamically create meetings from ACF/ meta’ is closed to new replies.