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
  • Brite
  • 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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Tymeslot - Better Meeting Scheduling than cal.com

Tymeslot - Better Meeting Scheduling than cal.com

Scheduled Pinned Locked Moved App Wishlist
29 Posts 10 Posters 1.1k Views 11 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.
  • E ekevu123

    @LoudLemur said:

    WanderingMonster packaging report: Verdict: Moderate.

    https://paste.wanderingmonster.dev/?968a273a702c96da#BheknpBPP1aTHG9TTBntKPht3fXBwBTJ1GXzLehfnPCg

    Being the app developer, I must say the report is quite inaccurate and full of assumptions (e.g. "probably the backup size isn't big, but who knows").

    I'd be surprised if anyone finds this helpful.

    L Offline
    L Offline
    LoudLemur
    wrote last edited by
    #20

    @ekevu123 Hey, thanks for developing this application! Thanks also for being on Cloudron - it is brilliant to have developers interested in having their applications packaged. Thank you also for your feedback on the automated report.

    It is beginning to look like this "Wandering Monster's" days are numbered!

    1 Reply Last reply
    2
    • jdaviescoatesJ jdaviescoates referenced this topic
    • E ekevu123

      Tymeslot - Better Meeting Scheduling than Cal.com


      Main Page: https://tymeslot.app
      Git: https://github.com/Tymeslot/tymeslot
      Licence: Elastic License 2.0
      Dockerfile: Yes
      Demo: https://tymeslot.app

      Summary

      Tymeslot is a self-hosted meeting scheduling platform — a privacy-respecting alternative to Calendly and similar tools. It lets you create booking pages for others to schedule time with you, with full timezone awareness, calendar sync, and real-time availability checking.

      Key features:

      • CalDAV integration — syncs with Nextcloud Calendar, iCloud, Fastmail, and any standards-compliant calendar server
      • Google Calendar sync — reads busy times and creates events directly in Google Calendar
      • Google Meet integration — automatically generates Meet links for booked meetings
      • SSO via OIDC/OAuth — supports Google, GitHub, and any OpenID Connect provider
      • Multiple themes, multiple language support (English, German, French, Ukrainian)
      • No ads, no tracking, no third-party analytics
      • Background jobs with retry logic, rate limiting, structured logging

      Built with Elixir/Phoenix LiveView — lightweight, concurrent, and very fast.


      Notes

      I'm the developer of Tymeslot, and I built Cloudron support in from the start. The cloud version is hosted on Cloudron right now. The app also supports authentication with Cloudron accounts and uses the postgres and sendmail addons.

      What makes it a great fit for Cloudron:

      Automatic addon integration: The app auto-detects Cloudron's built-in services. The PostgreSQL connection (CLOUDRON_POSTGRESQL_URL) is picked up automatically — no manual database config needed. Cloudron's mail relay is used for all transactional email out of the box. Cloudron's OIDC identity provider is detected automatically, adding an SSO login button without any configuration.
      Already installable today: You can install it right now as a custom app using the Cloudron CLI. Full step-by-step instructions are at: https://tymeslot.app/docs/cloudron
      Minimal required config: Only SECRET_KEY_BASE and PHX_HOST are needed for a working installation. Everything else is optional or auto-configured.

      The documentation page at https://tymeslot.app/docs/cloudron walks through the full install in about 3 commands. It also covers optional extras: Google Calendar/Meet setup, GitHub OAuth, switching to an external email provider, and common troubleshooting.

      Having it in the official Cloudron app store would make it much more discoverable for the self-hosting community — and would mean users get one-click installs and automatic updates.

      If there are any features you are looking for, let me know! The app has been developed daily for weeks now. Please also star it on Github if you like what you see!


      Alternative to: Cal.com, Easy Appointments, Calendly
      Screenshots: https://tymeslot.app

      andreasduerenA Offline
      andreasduerenA Offline
      andreasdueren
      App Dev
      wrote last edited by
      #21

      @ekevu123 Cool app, toying with it right now. One observation:

      • when trying to connect to my nextcloud calendar, it connects and recognizes the different calendars but when I press Add integration, it returns Base url Must be a valid HTTP or HTTPS URL (e.g., https://example.com) nonetheless.
      E 1 Reply Last reply
      3
      • andreasduerenA andreasdueren

        @ekevu123 Cool app, toying with it right now. One observation:

        • when trying to connect to my nextcloud calendar, it connects and recognizes the different calendars but when I press Add integration, it returns Base url Must be a valid HTTP or HTTPS URL (e.g., https://example.com) nonetheless.
        E Offline
        E Offline
        ekevu123
        wrote last edited by
        #22

        @andreasdueren said:

        @ekevu123 Cool app, toying with it right now. One observation:

        • when trying to connect to my nextcloud calendar, it connects and recognizes the different calendars but when I press Add integration, it returns Base url Must be a valid HTTP or HTTPS URL (e.g., https://example.com) nonetheless.

        This is fixed in the next release coming up today!

        L 1 Reply Last reply
        3
        • E ekevu123

          @andreasdueren said:

          @ekevu123 Cool app, toying with it right now. One observation:

          • when trying to connect to my nextcloud calendar, it connects and recognizes the different calendars but when I press Add integration, it returns Base url Must be a valid HTTP or HTTPS URL (e.g., https://example.com) nonetheless.

          This is fixed in the next release coming up today!

          L Offline
          L Offline
          LoudLemur
          wrote last edited by
          #23

          @ekevu123 said:

          This is fixed in the next release coming up today!

          It is brilliant to have the developer on Cloudron! Thank you, @ekevu123

          1 Reply Last reply
          1
          • E Offline
            E Offline
            enerch
            wrote last edited by
            #24

            Thanks for adding the community version!
            I installed tymeslot. How can I deactivate the user login? I tried adding a .env with

            REGISTRATION_ENABLED=false
            PASSWORD_AUTH_ENABLED=false
            

            but the login/registration for external users is still possible. Could somebody give me a hint whats wrong here?

            f36e58ed-7fb8-4eb3-a007-4309322b36a9-image.jpeg

            1 Reply Last reply
            0
            • E Offline
              E Offline
              ekevu123
              wrote last edited by
              #25

              Try using the Cloudron CLI to set these!

              1 Reply Last reply
              1
              • E Offline
                E Offline
                enerch
                wrote last edited by
                #26

                solved 🙂
                thanks @ekevu123

                1 Reply Last reply
                1
                • jamesJ Offline
                  jamesJ Offline
                  james
                  Staff
                  wrote last edited by
                  #27

                  Hello @ekevu123

                  Since not everyone is comfortable using the cloudron cli maybe you could add a .env.sh handler like we do with many packages.
                  Many Cloudron users also know this flow from us, guess that is why @enerch tried that approach first.

                  1 Reply Last reply
                  5
                  • sponchS Offline
                    sponchS Offline
                    sponch
                    wrote last edited by
                    #28

                    thanks for it! Just tested. It connects to my caldav calendar shows the diefferent calendars but doesnt sync them. Any idea?

                    E 1 Reply Last reply
                    0
                    • sponchS sponch

                      thanks for it! Just tested. It connects to my caldav calendar shows the diefferent calendars but doesnt sync them. Any idea?

                      E Offline
                      E Offline
                      ekevu123
                      wrote last edited by
                      #29

                      @sponch said:

                      thanks for it! Just tested. It connects to my caldav calendar shows the diefferent calendars but doesnt sync them. Any idea?

                      Which Caldav calendar are you using? And how do you assume it doesn't sync them?

                      1 Reply Last reply
                      1

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      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