• Resolved harvinderdhami

    (@harvinderdhami)


    Hi,

    When the data is pulled from the Zoom API where is the information stored (Which tables) regarding the meeting; title, date, time, join links etc?

    Kind Regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Deepen

    (@j_3rk)

    You can pull these data using get_post_meta( $POST_ID, ‘_meeting_zoom_details’, true );

    Thread Starter harvinderdhami

    (@harvinderdhami)

    @j_3rk

    How do I find the POST ID? These meetings are created on the Zoom website and being pulled into the website via the API. The meetings havent been created in the plugin itself?

    Im looking at the post_metadata table but cannot see _meeting_zoom_details in there?

    Kind Regards.

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    @harvinderdhami

    If you are only showing the meeting without importing the meetings as post type into your site – then the meeting details are not saved in the database.

    The meeting details are only saved in database if

    • Meeting was created via the Post Types Zoom Events > Add New
    • Or, if Meeting has been imported into WordPress using the Pro plugin.

      I hope this helps.
    Thread Starter harvinderdhami

    (@harvinderdhami)

    @j_3rk

    Do the pro version import recurring meetings as posts from the Zoom website?

    Kind Regards.

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    @harvinderdhami

    Yes – it is possible to import recurring meetings with the Pro version.
    Please see the documentation https://zoomdocs.codemanas.com/import-meetings/
    One thing to keep in mind is only you cannot copy a single occurrence – all meeting occurrences would be imported

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[HELP] Where is data stored’ is closed to new replies.