calendso / calendso
- воскресенье, 18 апреля 2021 г. в 00:28:17
The open-source Calendly alternative.
The open-source Calendly alternative.
Learn more »
Slack
·
Website
·
Issues
Let's face it: 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 Calendso 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. Calendso is to Calendly what GitLab is to GitHub.
To get a local copy up and running, please follow these simple steps.
Here is what you need to be able to run Calendso.
You will also need Google API credentials. You can get this from the Google API Console. More details on this can be found below under the Obtaining the Google API Credentials section.
git clone https://github.com/calendso/calendso.git
yarn install
.env.example
to .env
<user>
, <pass>
, <db-host>
, <db-port>
with their applicable values
DATABASE_URL='postgresql://<user>:<pass>@<db-host>:<db-port>'
GOOGLE_API_CREDENTIALS='secret'
prisma/schema.prisma
)
npx prisma db push --preview-feature
yarn dev
npx prisma studio
User
model to add a new user record.Save 1 Record
to create your first user.See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
).../auth/calendar.events
and select Update.<CALENDSO URL>/api/integrations/googlecalendar/callback
replacing CALENDSO URL with the URI at which your application runs.Distributed under the MIT License. See LICENSE
for more information.
Special thanks to these amazing projects which help power Calendso: