bongoumedia
(Christophe Goulet)
September 27, 2024, 5:44pm
1
Hello all,
Is there a way to integrate cal.com Platform product (using the “atoms”) inside a Weweb project?
Atoms seem to be a React Library of components…
We’d like to be able to provide our app user’s a “calendly” alternative for our markeplace to book with prospects.
https://cal.com/docs/platform/quick-start#1.-unlocking-access-to-atoms
Broberto
(Rob)
September 28, 2024, 6:55am
2
You should be able to embed it via HTML and simply swap links I think
bongoumedia
(Christophe Goulet)
September 28, 2024, 2:29pm
3
Even if those are reacts components needing to be hosted somewhere? Welcome to Platform! - Cal.com Docs
Broberto
(Rob)
September 29, 2024, 6:20am
4
There is a HTML snippet as well Just read the docs a little more carefully
I believe you’re referring to the “Core” features, which do have embeds, but @bongoumedia seems to be referring to the “Platform” features (atoms).
It doesn’t look like the atoms have the same HTML snippet options, but let me know if I’m wrong.
bongoumedia
(Christophe Goulet)
October 2, 2024, 6:25pm
6
Indeed, I spoke to them and the only available “ready to use” components are the Reat Atoms.
They suggest us to create components ourself in Weweb/Vue.js…