:warning: Disclaimer
This repository is community supported and not maintained by Mattermost. Mattermost disclaims any and all liability for integrations, including Third Party Integrations and Mattermost Integrations. All integrations are provided "AS IS", and may be used at your own risk. Integrations may be modified or discontinued at any time.
Mattermost Google Calendar Plugin
A Google Calendar plugin for Mattermost.
Documentation
About | Setup | Configuration settings | Usage
Features
- Receive a daily summary at a specific time
- Receive event reminders 5 minutes before a meeting via direct message
- Create events directly from a channel, optionally linking them to a channel for reminders
- Receive event remidners 5 minutes before a meeting via message post
- Automatically set an user status (away, DND) during meetings
- View your today or tomorrow's agenda with a slash command
- Easily configurable settings using an attachment interface
Contribute
Requirements
Build the plugin
- Clone this repository.
- Run
make dist
.
- When the build process finishes the plugin tarball will be available at
dist/com.mattermost.gcal-$(VERSION).tar.gz
- In your Mattermost Server, go to System Console > Plugin Management and upload the
.tar.gz
file to install the plugin.
Acknowledgments