From 90f1cb6dd072db9da4106948ce377a27f3dbb88b Mon Sep 17 00:00:00 2001
From: Peer_Rich
-
+
+
-
The open-source Calendly alternative.
Calendso
+ Cal.com (formerly Calendso)
- Learn more »
+ Learn more »
Slack
·
- Website
+ Website
·
Issues
- + @@ -38,13 +38,12 @@ - # Scheduling infrastructure for absolutely everyone. The open source Calendly alternative. You are in charge of your own data, workflow and appearance. -Calendly and other scheduling tools are awesome. It made our lives massively easier. We're using it for business meetings, seminars, yoga classes and even calls with our families. However, most tools are very limited in terms of control and customisations. +Calendly and other scheduling tools are awesome. It made our lives massively easier. We're using it for business meetings, seminars, yoga classes and even calls with our families. However, most tools are very limited in terms of control and customisations. That's where Cal.com comes in. Self-hosted or hosted by us. White-label by design. API-driven and ready to be deployed on your own domain. Full control of your events and data. @@ -90,12 +89,11 @@ You will also need Google API credentials. You can get this from the [Google API > - **Requires Docker to be installed** > - Will start a local Postgres instance with a few test users - the credentials will be logged in the console - ```bash git clone git@github.com:calendso/calendso.git cd calendso yarn -yarn dx +yarn dx ``` #### Manual diff --git a/components/Logo.tsx b/components/Logo.tsx index 23c26a10e4..2d99aa2eaa 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -4,8 +4,8 @@ export default function Logo({ small }: { small?: boolean }) { diff --git a/components/booking/pages/BookingPage.tsx b/components/booking/pages/BookingPage.tsx index dceb54c206..c51a5aa653 100644 --- a/components/booking/pages/BookingPage.tsx +++ b/components/booking/pages/BookingPage.tsx @@ -148,7 +148,7 @@ const BookingPage = (props: any): JSX.Element => {
Hide all Calendso branding from your public pages.
+Hide all Cal.com branding from your public pages.
- + diff --git a/calendso.yaml b/calendso.yaml index 030ce2d26a..aec371c9aa 100644 --- a/calendso.yaml +++ b/calendso.yaml @@ -4,12 +4,12 @@ info: description: The open source Calendly alternative. contact: name: Support - email: support@calendso.com + email: support@cal.com license: name: MIT License url: 'https://opensource.org/licenses/MIT' version: 1.0.0 - termsOfService: 'https://calendso.com/terms' + termsOfService: 'https://cal.com/terms' server: url: 'http://localhost:{port}' description: Local Development Server @@ -205,7 +205,7 @@ paths: integration: google_calendar name: Birthdays - selected: true - externalId: bailey@calendso.com + externalId: bailey@cal.com integration: google_calendar name: Calendso primary: true @@ -1009,7 +1009,7 @@ paths: required: true description: The team which you wish to list members of servers: - - url: 'https://app.calendso.com' + - url: 'https://app.cal.com' description: Production components: securitySchemes: {} diff --git a/components/DonateBanner.tsx b/components/DonateBanner.tsx index 41675d9a39..90db7cca12 100644 --- a/components/DonateBanner.tsx +++ b/components/DonateBanner.tsx @@ -1,6 +1,6 @@ import { GiftIcon } from "@heroicons/react/outline"; export default function DonateBanner() { - if (location.hostname.endsWith(".calendso.com")) { + if (location.hostname.endsWith(".cal.com")) { return null; } @@ -27,7 +27,7 @@ export default function DonateBanner() { Donate diff --git a/components/Shell.tsx b/components/Shell.tsx index a8eb7219c0..c154c19f11 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -276,7 +276,7 @@ function UserDropdown({ small, bottom }: { small?: boolean; bottom?: boolean })