GithubHelp home page GithubHelp logo

paiva9 / meet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from timfee/meet

0.0 0.0 0.0 79 KB

A lightweight Calendly-esque appointment booker, using Next 13

License: MIT License

JavaScript 1.76% TypeScript 98.06% CSS 0.17%

meet's Introduction

Hello world! ๐Ÿ‘‹

This is my first project. Iโ€™m Tim, currently an out-of-work Product Manager. Gotta love 2023. Iโ€™ve worked at companies like Google, Meta and Tripadvisor (as a PM), but have always enjoyed hobbyist coding.

For some weird reason, Iโ€™ve been interested in a personal self-scheduling solution (like Calendly, Cal.com), but one that's simple, free, and without branding or bloat.

So, I made my own Calendly alternative, and wanted to share with the world and walk through it.

Walkthrough

The current solution is intentionally lightweight and opinionated, but hopefully flexible enough should you want to extend it.

  • Requires Google Calendar and Gmail APIs (sorry, no Outlook, iCloud; but parsing an ICS feed isn't hard to do!)
  • Supports multiple calendars for calculating availability.
  • Only has basic availability configuration built in, e.g. you can specify working hours based on day of week only.
  • Currently optimized for meetings via phone or Google Meet (vs. in-person or using resources).

The workflow is simple enough, and we'll walk through it later, but basically:

  1. A user requests an appointment.
  2. The system emails you asking you to confirm or deny.
  3. Once confirmed, it's emailed to the user and added to both of your calendars.

As I mentioned, it's opinionated and designed for simple use cases for individuals in mind. ๐Ÿ˜

Some technical notes:

  • Uses Next.js 13 and Typescript with Tailwind.
  • Has (some) testing on the more trickier functions.
  • Uses minimal libraries. For instance, I built my own lightweight wrapper to hit Google APIs directly to avoid importing googleapis.
  • Probably has some over-engineered bits that feel nice, like lru-cache limiting on API endpoints, a more intuitive timezone selection piece, and formatted emails.

I welcome feedback and suggestions; and have fun!

See related post at https://dev.to/timfee/build-and-host-your-own-calendy-like-scheduling-page-using-nextjs-and-google-apis-5ack

meet's People

Contributors

timfee avatar spiteless 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.