Git Product home page Git Product logo

speed57 / kalle Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kalle-app/kalle

0.0 0.0 0.0 5.76 MB

Kalle is a blitz.js based appointment scheduling tool that allows you to schedule an appointment with customers, collegues or friends within seconds.

Home Page: https://kalle.app

License: MIT License

Shell 0.54% JavaScript 1.51% TypeScript 94.68% CSS 0.16% Handlebars 2.26% Dockerfile 0.24% SCSS 0.61%

kalle's Introduction

Logo

Kalle - The CalDav Scheduling Tool

Overview

Kalle is an appointment scheduling tool that allows you to schedule an appointment with customers, colleagues or friends within seconds. We support self-hosted CalDav-based calendars and solutions such as authenticating your Google calendar or Outlook calendar.

Kalle is a modern web app that is built with Blitz.js, a full-stack React framework, made to boost productivity. A hosted version can be found at kalle.app.

This Project is part of the "Trends und Konzepte dynamischer Web-Anwendungen" Project Seminar 2020/21 at the Hasso-Plattner-Institute.

Features

โœจ Feature
โœ… Create an account
๐Ÿ“† Connect CalDav calendars
๐Ÿ“† Connect Google calendars
๐Ÿ“† Connect Outlook calendars
๐Ÿค Create a meeting
๐Ÿ“ฒ Book an appointment
โŒ Cancel an appointment
โฑ Use schedule presets
๐Ÿ—“ ๐Ÿ“† Use multiple calendars
๐Ÿ”Ž Compare invitee`s calendar
โœ‰๏ธ Email confirmations and reminders
๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ Select for each meeting a calendar where to book your appointments

Testimonials

Kalle is a godsend tool that treated my eczema in a matter of days. Looking forward to bikini season!
~ Natalia Woroniec

Getting Started

Setup

Follow these steps for a development environment:

Make sure you have installed Docker on your system and set the appropriate permissions. Then run the following command:

npm install

Now you have to create a .env.local file in your root folder.

This should contain the following properties:

DATABASE_URL="postgres://user:password@hostname:port/database"
EMAIL_FROM="[email protected]"
SMTP_USER="Insert SMTP username"
SMTP_PASSWORD="Insert SMTP password"
SMTP_PORT="Insert the PORT of the SMTP server, usually 587"
SMTP_HOST="Insert the HOSTNAME of the SMTP server"
MODE="DEVELOPMENT"
HOME_URL="URL where kalle is deployed from: http://localhost:3000"
GOOGLE_CLIENT_ID="OAuth token to use Google calendars"
GOOGLE_CLIENT_SECRET="OAuth token to use Google calendars"
MICROSOFT_CLIENT_SECRET="OAuth token to use Outlook calendars"
MICROSOFT_CLIENT_ID="OAuth token to use Outlook calendars"

When mode !== development mails will be sent!

Running the Application

Running npm run dev will start up a server which can be reached over the specified URL :) It will also start up the PostgreSQL database, a Baikal server containing a calendar for experimental purposes, a Nextcloud server, the Quirrel job queue and Mailhog.

Using Google Calendar and Outlook Calendar

We provide an interface to different calendar providers via OAuth 2.0. If you want to host your own Kalle instance and use one of the calendar providers, you will have to set some environment variables:

  1. Google Calendar: You have to get a CLIENT_ID and a CLIENT_SECRET. For that you can start here. Save these values in the in environment variables GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET.
  2. Microsoft Outlook: This works similar to Google Calendar. You have to get a CLIENT_ID and a CLIENT_SECRET (see here). Write these values in the MICROSOFT_CLIENT_ID and MICROSOFT_CLIENT_SECRET environment variables.

Furthermore add the environment variable HOME_URL which is the base URL of your Kalle instance (e.g. https://kalle.app)

Contributors โœจ

Thanks goes to these wonderful people (emoji key):


Rohan Sawahn

๐Ÿ’ป ๐Ÿค”

Lukas Laskowski

๐Ÿ’ป ๐Ÿค”

Philip Weidenfeller

๐Ÿ’ป ๐Ÿค”

Stefan Spangenberg

๐Ÿ’ป ๐Ÿค”

Simon Knott

๐Ÿ’ป ๐Ÿค”

Patrick Connolly

๐Ÿ–‹

This project follows the all-contributors specification. Contributions of any kind welcome!

kalle's People

Contributors

skn0tt avatar rohansaw avatar sspangenberg avatar lasklu avatar phlprcks avatar allcontributors[bot] avatar patcon avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.