Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Cal.com

51 Topics 652 Posts
  • Cal.com - Package Updates

    Pinned
    315
    1 Votes
    315 Posts
    93k Views
    Package UpdatesP
    [2.11.5] Update cal.com to 6.0.12 Full Changelog fix: oauth flow for safari extension (companion) by @CarinaWolli in #26795 feat: add tri-state UI settings pages and auto opt-in preference by @eunjae-lee in #25892 refactor: split large org creation transaction into smaller batches by @emrysal in #25688 fix(ui): improve Variables Dropdown styling consistency by @simiondolha in #26675 fix: Yarn installation fails in windows due to mixed path separators by @Anshumancanrock in #26771 fix: Booker reschedule behaviour for org admin by @Ryukemeister in #26530 fix: changes to error on schedule name empty save by @KirankumarAmbati in #24044 feat(companion): manifest id for safari extension & add delete account link by @dhairyashiil in #26802 perf: batch user queries in schedules output service by @pedroccastro in #25901 fix(phone-input): add Austria mask and prevent double plus prefix by @abhayymishraa in #26626
  • No access to APIv2 due to missing licence key

    8
    1 Votes
    8 Posts
    128 Views
    girishG
    @chopsol it seems their license URL has changed. Can you check this in your /app/data/env ? GET_LICENSE_KEY_URL="https://goblin.cal.com/v1/license" CALCOM_PRIVATE_API_ROUTE="https://goblin.cal.com"
  • Cal.Com memory hog

    1
    0 Votes
    1 Posts
    33 Views
    No one has replied
  • Cal.com free features missing

    Moved
    3
    2
    1 Votes
    3 Posts
    917 Views
    J
    Hi there, Sorry to dig this up but. Is it really disabled on the selfhosted app ? I managed to activate "workflows" in the settings page (/settings/admin/flags) [image: 1764161572348-e626f64d-c6a3-4ed4-95ad-3c7cd9452561-image-resized.png] I discover workflows don't run on themself and needed to be triggered by external cronjob, which I did via Cloudron : * * * * * curl -fsS -X POST -H "authorization: $CRON_API_KEY" http://localhost:3000/api/cron/workflows/scheduleEmailReminders > /dev/null 2>&1 I also discover it needed some env variables to work : ENABLE_TASK_SYSTEM=true CRON_ENABLE_APP_SYNC=true CRON_API_KEY=*** When calling this URL from the instance itself, I even got a status:200 code with a JSON response {"message":"No Emails to schedule"} And this is my problem now : it says no emails to schedule while there is actual emails scheduled (from workflow). It is visible in the postgres tables "WorkflowReminder" and "Task". I even see in the log that the task is set up for scheduling. But at the end, the workflow is never executed and I'm out of solutions. What a complicated journey just to get this feature working, even though it’s advertised as available in the free version (so I assumed it would work in self-hosted as well). Or am I missing something? Could you clarify this for me? Thanks.
  • 1 Votes
    15 Posts
    2k Views
    T
    Also from here - Thank you
  • Restart loop of api-v2 after installation

    Solved api-v2 loop
    4
    0 Votes
    4 Posts
    471 Views
    M
    thanks @nebulon
  • Help with Adding Apps to Cal.com on Cloudron

    Moved Solved
    4
    1 Votes
    4 Posts
    528 Views
    L
    The problem has been resolved thanks to the information provided there. Best regards, Lasse
  • Custom SMTP Server settings?

    mail feature-request
    7
    0 Votes
    7 Posts
    1k Views
    T
    @girish Thanks for this - This is a great workaround and fit the bill perfectly for us.
  • Fix: no apps visible in com.cal.cloudronapp@1.16.3

    8
    2 Votes
    8 Posts
    2k Views
    E
    You are right. You are forced to set up 2FA, then you log out and back in again, and only then the admin section appears under settings and you can enable/disable the apps. Wow, I am impressed by who made that design decision. @girish Maybe this could be added to the cloudron docs for this app as this is kind of important for using this, while it is far from obvious?
  • [💡GUIDE ] How to set up the Nextcloud Talk app

    nextcloud talk cal guides
    1
    2
    3 Votes
    1 Posts
    346 Views
    No one has replied
  • 3 Votes
    4 Posts
    1k Views
    jamesJ
    Since the Cloudron-Team can't force changes upstream, I've made this into a normal topic. I added the feature-request tag tho. Maybe when @mirotalk-57bab571 him - themselves pushed this issue, they might be more inclined to do so. As for now, the feature request would be: Can Cloudron change the /app/code/packages/app-store/mirotalk/config.json to allow all domains for mirotalk or make the file editable by some means?
  • Feature Request: white label/custom logo

    4
    1 Votes
    4 Posts
    1k Views
    T
    I know and understand @nebulon's explanation on this, but I'd though I would mention that if there is ever a chance for this to happen, that would be much appreciated. I guess there is also hoping that Cal.com handles this differently in the future, making this also compatible with Cloudron's package.
  • Added Stripe keys to .env, still not able to add Stripe app

    4
    1
    1 Votes
    4 Posts
    938 Views
    J
    See https://github.com/calcom/cal.com/issues/11582 and https://github.com/calcom/cal.com/issues/9699 . Not sure what the fix is though .
  • How do I connect Zapier with Cal.com on cloudron?

    4
    1 Votes
    4 Posts
    1k Views
    32463
    Nice one! Thanks for providing feedback. I'm glad I could help.
  • 0 Votes
    7 Posts
    2k Views
    J
    See also https://forum.cloudron.io/topic/13711/added-stripe-keys-to-.env-still-not-able-to-add-stripe-app
  • Cal.com API endpoint missing (?)

    Solved
    18
    0 Votes
    18 Posts
    3k Views
    GengarG
    @nebulon thank you ! I'm going to update and test rn Edit : I can confirm you solved the CPU 100% issue : [image: 1743791032859-02b19f87-91d2-449a-82c7-326f7f806ba4-image.png] We can clearly see the result after the update
  • Debugging of Cal.com API - error_log missing

    2
    0 Votes
    2 Posts
    529 Views
    nebulonN
    the calcom package is not using apache or nginx. Cloudron has an nginx reverse proxy for all apps, but that is outside of the app package itself. Calcom uses a nodejs based process to serve up api and assets. You may be able to increase verbosity of that by setting some variables at /app/data/env. Check https://github.com/calcom/cal.com?tab=readme-ov-file#development-tip for the loglevels and env variables.
  • Are cronjobs for cal.com already running?

    Solved
    3
    1 Votes
    3 Posts
    751 Views
    C
    As far as I understand Cal.com's support, an external service is unfortunately necessary for the functionality of workflows I want. I will therefore try to solve it myself via the API and webhooks. This thread is therefore no longer relevant. Thanks for the feedback.
  • Warning message in the log for ALLOWED_HOSTNAME and WEBAPP_URL

    2
    1 Votes
    2 Posts
    543 Views
    nebulonN
    This is a calcom upstream issue. The double quotes look strange but are required. The corresponding github issue is https://github.com/calcom/cal.com/issues/12201
  • How do you delete users?

    6
    1 Votes
    6 Posts
    2k Views
    S
    @bmann Not sure if this answers your question, but our process is this: Initially, I enabled "teams" and disabled "signups" at /settings/admin/flags, then configured some teams and Google Login. When we have new team members join, I invite them to the appropriate team (e.g. /settings/teams/2/members > Add.) When they accept the invite, I believe this creates the user account automatically. The issue that we ran into is that there was (and still is) no way to subsequently delete that user account from the admin GUI.