Skip to content

A small plug-in that aims to integrate Jitsi Meet into Microsoft Outlook.

Notifications You must be signed in to change notification settings

sm2x/jitsi-meet-outlook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jitsi Meet Outlook Add-In

Introduction

This is a small plug-in that aims to integrate Jitsi Meet with Microsoft Outlook. Specifically, it adds two main features:

  1. A button in the Outlook calendar tab that opens a new appointment and inserts a randomly generated Jitsi Meet URL.
  2. A set of controls in the Outlook appointment window that, for example, allows for specification of a Room ID of choice and whether participants will be muted upon entry to the room.

It was created to fulfil this request, and more generally with a view to facilitate organisational use of Jitsi Meet. This project is not affiliated with that of Jitsi Meet nor its creators.

The screenshots below display the features of implemented in this add-in.

Screenshots

Calendar view


Appointment view

Settings

Installation

New

Go to the installers folder and download the latest version. Unzip the file contents and then run the setup_.msi file that matches the architecture of your installation of Microsoft Office. I.e. if Office was installed as 64-bit, then run setup_x64.msi.

Upgrade

Please uninstall any previously installed version of this add-in via the "Add or remove programs" pane in Windows before updating.

Uninstall

The add-in can be uninstalled via the "Add or remove programs" pane in Windows, or by running the setup_.msi file again.

Roadmap

The published code and installer is still at an early stage. Preliminarily, the following amendments are in the pipeline:

  • Make the installation procedure less painful (v0.2)
  • Add small icons to the buttons in the appointment ribbon (v0.2)
  • Shift the controls in the appointment ribbon to the left
  • Add a button for starting a conference with video muted to appointment tab (v0.2)
  • Only show Jitsi buttons if appointment was created through "New Jitsi Meeting" (v0.2)
  • Add persistent setting: change Jitsi domain (v0.2)
  • Add persistent setting: add URL to Location field of appointment
  • Add persistent setting: preference for whether to start a call with muted mic or video
  • Add RTF body text to appointment for improved appearance
  • Add checks on the validity of the custom domain value provided
  • Add checks for Outlook having been installed on the target computer and that its architecture matches that of the installer
  • Widen the custom Room ID field (not yet released)

Since this plug-in is brand new, any feedback would be most appreciated!

Changelog

v0.2

  • The installer no longer prompts trust certificate issues and delegates trust decision to user
  • Small icons have been added to the buttons in the appointment ribbon
  • A button for starting with the video turned off has been added to the appointment ribbon
  • The appointment ribbon buttons are only displayed for appointments created via the "New Jitsi Meeting" button in the calendar tab
  • Persistent settings have been enabled
  • It is now possible to specify a custom domain in the settings dialogue
  • Various small bugs have been fixed to improve reliability

v0.1

  • Initial release of the project

About

A small plug-in that aims to integrate Jitsi Meet into Microsoft Outlook.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%