You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found a bug? Please fill out the sections below. 👍
Issue Summary
When creating a new event type, the event's location defaults to calvideo, even though the user has set Google Meet as the default conferencing app in the settings.
Steps to Reproduce
Set google meet or any other app as default conferencing app in settings
Create a new event type via homepage
View event type location
Screencast.from.15-06-24.10.26.21.PM.IST.webm
Actual Results
CalVideo is used as location for newly created event type
Expected Results
It is expected to have to the users default conferencing app as location
The text was updated successfully, but these errors were encountered:
The event's location defaults to CalVideo when creating a new event type because the default location type is set to "conferencing," which should use the organizer's default conferencing app during booking. However, if the system does not correctly recognize or apply the Google Meet setting, it may fall back to a different default.
Ensure that the setDefaultConferencingApp function is correctly executed and that the appSlug for Google Meet is correctly passed and recognized by the system. Here is the relevant part of the function:
Additionally, there is logging and error handling in place that could provide more insight into why the default conferencing app is not being applied correctly. Specifically, the updateDefaultAppMutation includes an onError callback that shows a toast message with the error details:
These error messages will be propagated to the client and displayed via the toast notifications, providing clear insights into what might be going wrong [1][2][3][4].
Found a bug? Please fill out the sections below. 👍
Issue Summary
When creating a new event type, the event's location defaults to calvideo, even though the user has set Google Meet as the default conferencing app in the settings.
Steps to Reproduce
Screencast.from.15-06-24.10.26.21.PM.IST.webm
Actual Results
Expected Results
The text was updated successfully, but these errors were encountered: