mattermost-plugin-agenda
mattermost-plugin-agenda copied to clipboard
Mattermost plugin to handle meeting agendas
A feature requested by @johnthompson365
Use-cases: - `/agenda setting connect gdoc URL` "connects" to a google doc with an OAuth2 user token - `/agenda queue` updates gdoc with the item (appends to) - any responses...
Use-cases: - `/agenda setting schedule mscal` brings up a calendar view of user's recurring meetings to select one - `/agenda queue` uses the next instance of the selected meeting -...
Add ability to set up recurring agenda items
Currently, the user needs to type in a date format to be used - manually. This introduces errors and confusion for the end-user. It would be better if we just...
The design of Agenda for showing list in the RHS work well in webapp but it does not accommodate the mobile app. When you run `/agenda list` on mobile nothing...
we have two meetings on the same day in the same channel and people can queue items in both. would it be possible to configure more than one meeting?
The way the date format is set is too brittle. Setting an incorrect format or, setting it in a way that is correct with a date other than January 2nd...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.9.0. Release notes Sourced from github.com/stretchr/testify's releases. v1.9.0 What's Changed Fix Go modules version by @SuperQ in stretchr/testify#1394 Document that require is not safe to...
Bumps [github.com/mattermost/mattermost-plugin-api](https://github.com/mattermost/mattermost-plugin-api) from 0.0.27 to 0.1.4. Commits d4bd5a6 Allow storing arbitrary data in a job (#124) 2b94f6c Fix CI icon a9d9064 Migrate from CircleCI to Github Actions (#132) 823455c Fix...