Hi all! I'm a developer looking to integrate
cal.com, but as I'm diving into the API documentation I'm getting a bit confused whether this service is correct for what we're trying to do. We have an application built via React Native, and we're attempting to bring in the ability for our users to all schedule meeting with each other, but listing availability and booking it. That seems like a slam dunk for
cal.com's $189 plan, but in going through the documentation I'm getting a bit lost.
The documentation reads to me like we're to take
cal.com and build our features on top of it. For example, the "Users" section of the API doesn't support us creating a user, only editing existing ones. This to me means that our users would need to go and create their own accounts on our self-hosted
cal.com? Is there not a way to create a "user" ourselves when they sign up for our own app?
Does that make sense? Thanks in advance for any help!