Advice about choosing OAuth or s2s-OAuth

Hi all,
well i’m not a pro developer, i need to rebuild the connection between my website and zoom, and i would like to have some advice about choosing between the two options, in my specific context.
What i need is publishing on my website the list of past and upcoming webinars (date, duration, topic, description, and a link to Zoom registration page), nothing else.
Which is the easiest and safer solution you suggest for this scenario? Many thanks

It sounds like all of the webinars are controlled by your own account (not by another user) and this is only for use on your own site, so Server-to-Server OAuth should be the best approach for what sounds like this internal app scenario.

Thanks! I will start with this !