Skip to content

Outlook Add-In version history


outlook-add-in v0.3.4

(found in OpenTalk v25.4.6, v25.4.5, v25.4.4)

Changelog

🐛 Bug fixes

- Broken config json (!247)

outlook-add-in v0.3.3

Changelog

🐛 Bug fixes

  • (config) Missing trailing comma in config json (!245, #79)

📦 Dependencies

  • (deps) Update dependency office-addin-debugging to ^6.0.6 (!214)
  • (deps) Update dependency webpack to ^5.105.2 (!205)
  • (deps) Update alpine/git docker tag to v2.52.0 (!221)
  • (deps) Update pnpm to v10.29.3 (!206)

outlook-add-in v0.3.2

Changelog

🚀 New features

  • Add option to enable high secure mode by default (!238)
  • (ci) Add release mr creation job (!239, #77)

📦 Dependencies

  • (deps) Update node.js to v24 (!220)
  • (deps) Update dependency eslint to ^9.39.2 (!199)
  • (deps) Update dependency webpack-dev-server to v5.2.3 (!234)

outlook-add-in v0.3.1

Changelog

🐛 Bug fixes

  • E2ee enabled meetings show guest link (!227, #65)
  • Description wrong encoding with fat client (!229)
  • Shared folder information not in invitation (!231)
  • Add-in not working on shared mailboxes (!228)
  • Sidepanel does not close when user creates the meeting via the create-meeting button (!230)

📦 Dependencies

- (deps) Update lodash (!232)

outlook-add-in v0.3.0

(found in OpenTalk v25.4.3, v25.4.2, v25.4.1)

Changelog

🚀 New features

  • (ci) Remove commit signature lint (!182)
  • Set password for meeting (!189)
  • Make scope configurable and align openid authentication (!187)
  • Set livestream settings for meeting (!190, #40)
  • Profile header (!211, ##57)
  • Enable training participation report (!212, ##41)
  • Enable highsecure mode for events (!188, #42)
  • Update meeting details of an invalid meeting (!213, ##53)
  • Update flow (!222, ##54 #52 #40 #49 #48)
  • (ci) Include commit evidence job (!223, #59)
  • Promote registered users to moderators (!224)
  • Show gear-icon for opentalk preferences button (!224, #62)

🐛 Bug fixes

  • Openid-authentication (!209, #55)
  • Host icons also in dev setup via pnpm run dev-server (!224, #61)

📦 Dependencies

  • (deps) Update dependency typescript to ^5.9.3 (!203)
  • (deps) Update dependency prettier to ^3.7.4 (!202)
  • (deps) Update dependency i18next to ^25.7.3 (!200)
  • (deps) Update dependency typescript-eslint to ^8.50.0 (!204)
  • (deps) Update dependency @emotion/styled to ^11.14.1 (!196)
  • (deps) Update dependency knip to ^5.75.1 (!201)
  • (deps) Update dependency react-i18next to ^15.7.4 (!194)
  • (deps) Update dependency @types/lodash to ^4.17.21 (!197)
  • (deps) Update dependency dotenv-webpack to ^8.1.1 (!192)

Ci

  • Fix pipeline project path for changelog preview trigger (!183)
  • Fix read-tags job run conditions (!225)

outlook-add-in v0.2.6

(found in OpenTalk v25.3.0)

Changelog

🐛 Bug fixes

  • Missing call-in translation (!140)

📦 Dependencies

  • (deps) Update dependency webpack-dev-server to v5.2.2 (!105)
  • (deps) Update node.js to v22.20.0 (!109)
  • (deps) Update pnpm to v10.17.1 (!89)

outlook-add-in v0.2.5

Changelog

🐛 Bug fixes

- Use relative path (!135)

outlook-add-in v0.2.4

Changelog

🐛 Bug fixes

- Translation files loading (!133)

outlook-add-in v0.2.3

Changelog

🚀 New features

- Add i18n (!131)

outlook-add-in v0.2.2

Changelog

🚀 New features

  • Create guest link when creating an event (!128)
  • Get invitees from the outlook native invite attendees field (!129)

🐛 Bug fixes

  • Missing quotes for releaseDate (!123)
  • Screenshot for opencode (!124)

⚙ Miscellaneous

  • Add instructions for installing dev cert (!127)
  • Format publiccode.yml (!125)
  • (justfile) Update publiccode.yml when preparing a release (!125)

outlook-add-in v0.2.1

(found in OpenTalk v25.2.2)

Changelog

🐛 Bug fixes

  • Suppress e-mail when creating or editing events (!119)
  • Fix screenshots file type for publiccode.yml (!121)

⚙ Miscellaneous

- Add publiccode.yml file (!120)

outlook-add-in v0.1.5

(found in OpenTalk v25.2.1, v25.2.0)

Changelog

This is the initial public release of the Outlook Add-in. Currently it supports creating, editing and deleting meetings. When creating or editing meetings, the following options are available:

  • Title
  • Description
  • Start- and endtime/date
  • Participants (including user search)
  • Meeting details
  • Waiting room
  • Shared folder (if available the the deployment)

When a meeting is created, participants are invited via an e-mail sent by Outlook. Furthermore, we insert a link to the meeting room in the description and in the location of the meeting. The link in the location allows to quickly join a meeting from the calendar view without having to open the event details.

To avoid confusion, we strongly recommend disabling the "Add online meeting to all meetings" feature in Outlook. This default setting automatically creates a Teams meeting and adds a "Join Meeting" link to every Outlook event. For obvious reasons, this is confusing when scheduling an OpenTalk meeting. To disable this setting:

  1. Go to Settings > Calendar > Events and invitations
  2. Disable the "Add online meeting to all meetings" toggle.