EmaLou / outlook-google-sync

Synchronizing events between Outlook and Gmail, using serverless and lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

outlook-google-sync

build Coverage Status

Infrastructure

Infrastructure

Purpose

This repo is used to synchronize events from Outlook to Gmail. it use OAuth2.0 to access the email api.

Features

  • Support OAuth2.0
  • Support filtering duplicated events
  • Support booking rooms for Gmail
  • Support ignoring events by subject
  • Support ordering rooms
  • Support email group

How to use

  1. Register user using /add/user
  2. Add involved attendees using /add/attendees
  3. Authenticate Outlook using /outlook/login?id=
  4. Authenticate Gmail using /google/login?id=

To do list

  • Add configuration ui
  • Send authentication email
  • Support booking room for no location events
  • Only synchronize events with valid room

About

Synchronizing events between Outlook and Gmail, using serverless and lambda


Languages

Language:JavaScript 100.0%