I need some help to start my project

I have an appointments web apllication and I would like to create meetings like google calendar does.
I was reading a lot and need to confirm that what I need is to create an Web SDK App on my Zoom account, is that correctly?
Do you have some guide to do this?

Hey @macmardel,

You actually do not need the Web SDK.

You can create a Zoom OAuth app, and follow the OAuth flow to get an access_token to create meetings on a users behalf. :slight_smile:

Let me know if that helps!

Thanks
Tommy