Skip to content

gmeet (calendly like and light) version to be deployed on cloudflare workers

License

Notifications You must be signed in to change notification settings

fhenri/gmeet-cloudflare-backend

Repository files navigation

Gmeet Cloudflare backend

This is the backend cloudflare workers to integrate with Google Calendar API for our meeting page

Features

The API exposes 2 endpoints:

  • GET /available-slots it takes a date parameter and will return available slots for this date
  • POST /create-meeting it push the form data (date, time, email and description) and will create a meeting in a given calendar

Technical Corner

The development of the page is explained in this medium article

Stack

  • Cloudflare workers
  • It integrates with Google Calendar, you need to configure a Google Service Account and your Google Calendar (see the article for a step by step guide

Deployment

deployed as cloudflare worker with wrangler.

About

gmeet (calendly like and light) version to be deployed on cloudflare workers

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published