Help Wanted tickets can be found here.
This plugin supports a two-way integration between Mattermost and Microsoft Outlook Calendar.
- Daily summary of calendar events.
- Automatic user status synchronization into Mattermost.
- Accept or decline calendar event invites from Mattermost.
From Mattermost v10, this plugin is pre-packaged with the Mattermost Server.
If your Mattermost deployment is on a release prior to v10, download the latest plugin binary release, and upload it to your server via System Console > Plugin Management.
See the Mattermost Product Documentation for details on setting up, configuring, and using the Mattermost for Microsoft Calendar integration.
This plugin contains a server portion. Read our documentation about the Developer Workflow and Developer Setup for more information about developing and extending plugins.
To trigger a release of the Mattermost Microsoft Calendar Plugin, follow these steps:
-
For Patch Release: Run the following command:
make patch
This will release a patch change.
-
For Minor Release: Run the following command:
make minor
This will release a minor change.
-
For Major Release: Run the following command:
make major
This will release a major change.
-
For Patch Release Candidate (RC): Run the following command:
make patch-rc
This will release a patch release candidate.
-
For Minor Release Candidate (RC): Run the following command:
make minor-rc
This will release a minor release candidate.
-
For Major Release Candidate (RC): Run the following command:
make major-rc
This will release a major release candidate.