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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Cal.com (was Calendso) - Calendly Alternative

Cal.com (was Calendso) - Calendly Alternative

Scheduled Pinned Locked Moved Solved App Wishlist
124 Posts 34 Posters 55.6k Views 36 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ajtatumA Offline
    ajtatumA Offline
    ajtatum
    wrote on last edited by
    #111

    Honestly, not having this and the lack of new apps for businesses was the reason I didn't renew my subscription. Cloudron is definitely the easiest solution to work with, but for $150 a year I anticipated more apps being released over the past year.

    marcusquinnM potemkin_aiP 2 Replies Last reply
    1
    • ajtatumA ajtatum

      Honestly, not having this and the lack of new apps for businesses was the reason I didn't renew my subscription. Cloudron is definitely the easiest solution to work with, but for $150 a year I anticipated more apps being released over the past year.

      marcusquinnM Offline
      marcusquinnM Offline
      marcusquinn
      wrote on last edited by marcusquinn
      #112

      @ajtatum There's no lack of willing to package apps, the issues more come from the apps themselves having difficulties in working with a locked-down Docker setup, and the author's don't have to make their apps compatible if they prefer to use unusual stack setups.

      Sure you can package them in vanilla Docker, but then you have all the maintenance and debugging that app store managed apps have done for you.

      FWIW, if you didn't already look, Easy Appointments is already available:

      • https://easyappointments.org/

      And these are free Wordpress plugins options:

      • wordpress.org/plugins/wpcal/
      • wordpress.org/plugins/vikappointments/

      Cal.com does look great, and I've seen the 95% of work done on it to attempt to make is Cloudron-easy as an app store app, but sometimes that last 5% is many times more work, and then author negotiation, than the 95% part.

      I guess that's the thing about open-source, no-one is entitled to anything, it's always going to be a best effort at the time offering.

      If you want guarantees, then you can always subscribe to cal.com directly, and influence their development directly.

      I think the expectation that Cloudron fixes every apps inadequacies to package and maintain and make easy for all, is always going to need some pragmatism.

      As they say, you can pay with your money, or with your time, at least you have that freedom of choice and voice here.

      Web Design https://www.evergreen.je
      Development https://brandlight.org
      Life https://marcusquinn.com

      1 Reply Last reply
      6
      • ajtatumA ajtatum

        Honestly, not having this and the lack of new apps for businesses was the reason I didn't renew my subscription. Cloudron is definitely the easiest solution to work with, but for $150 a year I anticipated more apps being released over the past year.

        potemkin_aiP Offline
        potemkin_aiP Offline
        potemkin_ai
        wrote on last edited by
        #113

        @ajtatum if you don’t mind me asking - what is an alternative for ~11$/month?

        1 Reply Last reply
        3
        • S sparkwise

          While these two relevant issues (https://github.com/calcom/cal.com/issues/3026 and https://github.com/calcom/cal.com/issues/6780) remain open, it looks like a PR was merged and released in 2.9.5 a few weeks ago that addressed both of these: "feat: Make database optional when building" (https://github.com/calcom/cal.com/pull/8561)

          3699n3 Offline
          3699n3 Offline
          3699n
          wrote on last edited by
          #114

          @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.

          girishG 1 Reply Last reply
          1
          • 3699n3 3699n

            @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.

            girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #115

            @3699n yes, I think it's worthwhile re-investigating the current situation with selfhosting cal.com . Added to our internal list.

            chetbakerC LanhildL 2 Replies Last reply
            6
            • girishG girish

              @3699n yes, I think it's worthwhile re-investigating the current situation with selfhosting cal.com . Added to our internal list.

              chetbakerC Offline
              chetbakerC Offline
              chetbaker
              wrote on last edited by
              #116

              @girish said in Cal.com (was Calendso) - Calendly Alternative:

              @3699n yes, I think it's worthwhile re-investigating the current situation with selfhosting cal.com . Added to our internal list.

              This is the best news I've read this week.

              1 Reply Last reply
              5
              • girishG girish

                @3699n yes, I think it's worthwhile re-investigating the current situation with selfhosting cal.com . Added to our internal list.

                LanhildL Offline
                LanhildL Offline
                Lanhild
                App Dev
                wrote on last edited by
                #117

                @girish said in Cal.com (was Calendso) - Calendly Alternative:

                @3699n yes, I think it's worthwhile re-investigating the current situation with selfhosting cal.com . Added to our internal list.

                FYI, I am as of yesterday attempting to package cal.com for Cloudron, so far, the project dependencies installation and building is working. I am currently looking over the startup part of cal.com, and might be able to provide a working package or, at the least, a good starting point.

                1 Reply Last reply
                11
                • LanhildL Offline
                  LanhildL Offline
                  Lanhild
                  App Dev
                  wrote on last edited by
                  #118

                  The code of my attempt at packaging cal.com for Cloudron is here

                  The package works as in:

                  • Installation of node_modules works
                  • Building works
                  • Supposedly - I have not tested this part, thus why I'm handing my code out here - the start script should work correctly
                  • Required environment vars are configured during first startup of the application and verified at each start

                  @girish The repo code that I linked can be freely used as a good advanced starting point by the team in order to package cal.com. If there are any questions, please feel free to ask by mentioning me in this thread

                  1 Reply Last reply
                  9
                  • A Offline
                    A Offline
                    Appointee3084
                    wrote on last edited by
                    #119

                    @Lanhild @girish is this a stable version of cal.com? Do you have any instructions on how to set up this custom package?

                    Would really like to use cal.com on my cloudron instance!

                    1 Reply Last reply
                    0
                    • nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote on last edited by
                      #120

                      We have a package at https://git.cloudron.io/cloudron/calcom-app which @vladimir-d polished to some degree. It mostly works, however it requires patching code for the domain, which cal.com so far requires at build time.

                      Currently, the plan is to wait for few more releases and see if this current patching approach is solid enough to publish the package then.

                      LanhildL 1 Reply Last reply
                      14
                      • chetbakerC Offline
                        chetbakerC Offline
                        chetbaker
                        wrote on last edited by chetbaker
                        #121

                        https://cal.com/blog/v-3-2 🤞

                        1 Reply Last reply
                        4
                        • nebulonN nebulon

                          We have a package at https://git.cloudron.io/cloudron/calcom-app which @vladimir-d polished to some degree. It mostly works, however it requires patching code for the domain, which cal.com so far requires at build time.

                          Currently, the plan is to wait for few more releases and see if this current patching approach is solid enough to publish the package then.

                          LanhildL Offline
                          LanhildL Offline
                          Lanhild
                          App Dev
                          wrote on last edited by
                          #122

                          @nebulon Hey,

                          Just saw the repo, amazing.

                          Do you have an ETA for cal.com to arrive on the Cloudron store? (or at least in the testing stage)

                          Ping me if you need testers for the app.

                          1 Reply Last reply
                          4
                          • chetbakerC Offline
                            chetbakerC Offline
                            chetbaker
                            wrote on last edited by
                            #123

                            Happy to help testing as well

                            1 Reply Last reply
                            2
                            • nebulonN Offline
                              nebulonN Offline
                              nebulon
                              Staff
                              wrote on last edited by
                              #124

                              I have just pushed an initial unstable package. Will lock this thread, the new forum section is https://forum.cloudron.io/category/174/cal-com

                              1 Reply Last reply
                              6
                              • nebulonN nebulon marked this topic as a question on
                              • nebulonN nebulon has marked this topic as solved on
                              • nebulonN nebulon locked this topic on
                              • robiR robi referenced this topic on
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Bookmarks
                              • Search