[2.1.3] - 2025-07-06
Fixed
- Fix using overrided default meeting type from Portal settings
[2.1.2] - 2025-04-04
Added
- Use mailbox user or username from Portal as fallback if organizer email is not available in the current platform
- Display more information about what has changed in alert for when eg. the time has changed for a scheduled meeting
- Try to remove meeting details when cancelling video meeting
- Add support to change/remove moderator status for members in scheduled meetings. Requires Portal v2.10.4+
Fixed
- Fixed bug where default auth type got sent in static meeting room scheduling
- Do not allow update of scheduled meeting that has already ended
- Remove moderator from authentication choices if removed in client
- Fix layout of for scheduled meeting dates when using too narrow side panel
- Fix comparison of recurring rules against value from Portal
- Change HTML structure of meeting tracking code that is used by Outlook to connect to a specific meeting instance, after Outlook has changed how it cleans the source and started to remove it
- Fix error message when cancelling meetings if platform stops add-in from reading DELETE-request response data
- Fix showing cancel-button for recurring meetings
- Fix resetting all overrides when rescheduling full meeting series
Changed
- Show moderator PIN in scheduled meeting
- Display "Owner of" and "Member of" when selecting meeting room in static meeting room scheduling
- Also display username in add-in header if it's available
- Enable add-in for shared mailboxes in manifest file (for supported platforms). Requires a new manifest upload
- Improve error message format, add more details for failed logins
- Change max length of PIN codes from 6 to 9
- Validate PIN-code requirements in Portal instead of in add-in for improved handling of platform specific rules
[2.1.1] - 2024-11-08
Added
- Add german translation
Fixed
- Workaround browser updates that made some translations not work properly
- Fix translations of month names
Changed
- Update office-js
[2.0.5] - 2024-10-24
Fixed
- Workaround browser updates that made some translations not work properly
[2.1.0] - 2024-03-27
Added
- New scheduling mode, schedule directly in a user's static meeting room
- Improved theme support, button colors now match the settings from the Mividas Meeting Portal
- Support for menu based add-in
- Collect two or more scheduling modes under one menu option in outlook
- Everything can be configured via the Mividas Meeting Portal
Changed
- Better labels and updated translations
- User interface updates
- All-around ui changes for simple and advanced mode
- Flat design for scheduling forms
- Improved error handling
- Clearer meeting details view with option menu
[2.0.4] - 2024-03-22
Fixed
- Stop trying to load organizer/recurring information in Outlook-version without support for it
- Upgrade timezone-definitions and fix DST-related issues for some environment-specific timezones/name variants
[2.0.3] - 2023-11-09
Added
- Add support for using Advanced mode with dialogs for IE11-based Windows Outlook Desktop version
Fixed
- Fix smart event error when sending appointments if session has expired
- Fix smart event error when sending appointments in Windows desktop client
- Add some new timezone mappings
- Fix finnish translations
- Compatibility-fixes for Office versions using IE11 engine
Changed
- Use default system browser when opening meeting links in supported Outlook versions: https://learn.microsoft.com/en-us/javascript/api/requirement-sets/common/open-browser-window-api-requirement-sets?view=common-js-preview
- Log more information to debug console
[2.0.2] - 2023-07-10
Fixed
- Re-activate Smart events in default manifest file since MS has fixed bug in Office deployment site
- Upgrade HTTP library for better compatibility with Mac Desktop-client
- Log initialization errors to console
[2.0.1] - 2023-03-27
Same as 2.0.1-rc1
[2.0.1-rc1] - 2023-03-27
Added
- Display more information about recurring meeting
Fixed
- Bundle MicrosoftAjax.js for better offline support with desktop outlook
- Workaround MS bug where Outlook addin runtime crashes if selecting all days of week in recurring rule
- Upgrade time library to fix DST-issue
- Workaround MS bug where messages are not sent from popup windows in Exchange 2016 - https://github.com/OfficeDev/office-js/issues/1286
[2.0.0] - 2023-01-12
Added
- Add support to schedule recurring meetings
- requires API 1.7: https://learn.microsoft.com/en-us/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets
- Microsoft 365 subscription version / retail Outlook 2016 and later
- Volume-licensed perpetual Outlook 2021
- Add support to scheduling secure meetings using Outlook addin
- Add support for sending moderator invitations when using simple booking mode
- Add support for smart events to automatically contact Scheduling Portal when sending meeting changes to participants (disabled by default du to MS deployment bug: https://github.com/OfficeDev/office-js/issues/2889 )
[2.0.0-beta3] - 2022-07-05
Fixed
- Update changed meeting time on Portal server if changed during wizard
- Fix language selector in Outlook when running in IE11 webview
- Fix header layout when using IE11 webview
- Fix comparing start time if using different timezone in Outlook vs browser
Changed
- Store language as Outlook setting instead of relying on session cookies
- Use Outlook client language as default
[2.0.0-beta2] - 2022-05-31
Added
- Allow using moderator PIN when using simple scheduling mode
- Add join as moderator-button
Fixed
- Reuse the language set during first login when re-opening addin
Changed
- Add ; between SIP and web uri to fix some third party OBTP parsers
[2.0.0-beta1] - 2022-03-16
- Add advanced scheduling mode that enabled scheduling all meeting types using Portal wizard as Outlook dialog. Requires Portal v2.9.x
[1.3.4] - 2022-05-20
Added
- Add support to schedule meetings with separate PIN-code for moderator
- Reset language from initial login upon addin startup
Changed
- Display more error information
[1.3.3] - 2022-03-28
Fixed
- Fix validation of empty subject field before sending to server
- Better display of error messages
[1.3.2] - 2022-03-02
Added
- Add support to select language
- Add button to control meeting, without sending audio/video
Fixed
- Fix transpilation of dependencies for IE11-support (also used in some Outlook desktop-versions)
- Re-use error reporting settings from Portal API
Changed
- Design fixes, upgrade UI libraries
- Bundle office.js-files for better support of airgapped environments
- Pass EWS id of meeting object to API
- Hide join buttons when meeting has ended/not yet started
- Pre-fill PIN-code field
[1.3.1] - 2021-06-16
Added
- Display unhandled error log in user interface