After switching the Google OAuth Screen App from Internal to External with testing, adding my Google accounts to the list of testing users, I have been able to add all 3 of Google accounts across different orgs. Everything seems to be working well!
3699n
Posts
-
trouble adding Google Calendar to Cal.com App Store -
Adding appLink fails@nebulon That sounds like the right solution to me as well. I usually prefer setting the Title and Icon manually anyway.
-
Cal.com (was Calendso) - Calendly AlternativeWould love to see support for Cal.com as well!
-
ERR_INVALID_URL & UPSTASH log entries - sidequest: disable telemetry & Signup@luckow You can disable signup within the Admin settings page. No need to define any additional env variables.
-
Cal.com (was Calendso) - Calendly Alternative@nebulon Interesting. I wasn't aware of that. Aren't all the necessary parts of the project public to deploy it on Cloudron? https://github.com/calcom/docker
-
trouble adding Google Calendar to Cal.com App StoreI was able to successfully set up the Google Calendar app by following the Cal.com self-hosters instructions you linked. I created it as an "Internal App". After including the
GOOGLE_API_CREDENTIALS
variable in the.env
file I had to restart the Cal.com cloudron app twice for it to properly recognize the OAuth Credentials.Please be aware that you need to enclose the JSON value of the environment variable in single quotes
'
and apparently include a new line after your last environment variable.It should look something like this:
# Add custom environment variables in this file NEXT_PUBLIC_APP_NAME="..." NEXT_PUBLIC_COMPANY_NAME="..." GOOGLE_API_CREDENTIALS='{"web":{...}}' # don't forget to include the new line after the env variable
Note it is not necessary to reseed the app store as described in Cal.com docs. Simply restart the Cloudron Cal.com app after adding the env varible and navigate to the admin settings to enable the Google Calendar app for your instance. You can also skip the admin onboarding dialog where you can enable the Google Calendar plugin.
-
Cal.com (was Calendso) - Calendly Alternative@nebulon Amazing! Thank you!!
-
trouble adding Google Calendar to Cal.com App Store@jessencan I never reseeded the app store after adding the
GOOGLE_API_CREDENTIALS
toenv
file. It's not necessary. Simply restart the App and sign in with your admin account. Then you can enable the Google Calendar integration in the admin settings. -
Cal.com (was Calendso) - Calendly Alternative@sparkwise Doesn't the PR you linked resolve the issues that have previously been blocking the packaging as a Cloudron app? Would it be possible for you to take another look @girish ? Cal.com would still be a killer app to have on the platform.
-
404s on all pagesI am also experiencing the 404 problem with the latest version. While I can access the dashboard, all the booking links leads to 404s
-
Snikket Server - Your own messaging server in a box@murgero Are there any updates on your app? I would love to use it!