Hi, I was hoping to get some answers regarding emb...
# developers
c
Hi, I was hoping to get some answers regarding embedding a teams calendar via embed-react. When loading a team calendar, I get font errors, and no longer receive the eventTypeSelected event. This result when embedding a personal account works as expected. Is there something I need to keep in mind?
image.png,image.png
h
Those errors are actually just warnings as they are in 'Report Only' mode. Apart from the errors that you see in console, your concern is only that you don't receive eventTypeSelected event right?
c
Yes that is correct. I have noticed other things like styling also change depending on team vs individual but the eventTypeSelected event would be the most important
h
That's actually never added to team event types list. Adding it right now. Also, would like to know your usecase for the event if you would prefer to share :)
c
For sure. Our team provides different types of consultations (initial and follow up), so being able to track what the user chose will enable me to better track overall flow throughout our system, not just in the calendar. This is for 3rd party analytics tools
h
Cool thanks!! Makes sense.
c
Appreciate your help and feedback
h
Here is the PR https://github.com/calcom/cal.com/pull/8894. Should be available with next version.